git: 2aa6c0802bce - stable/12 - uplcom: add ATen/Prolific USB-232 Controller D USB ID
Ed Maste
emaste at FreeBSD.org
Tue Dec 29 19:17:13 UTC 2020
The branch stable/12 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=2aa6c0802bce936a3f9a8f20515babdcf515c2b8
commit 2aa6c0802bce936a3f9a8f20515babdcf515c2b8
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2020-11-17 18:28:20 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2020-12-29 19:16:59 +0000
uplcom: add ATen/Prolific USB-232 Controller D USB ID
PR: 251166
Submitted by: marcus
MFC after: 2 weeks
(cherry picked from commit 46a5f8837dff05f6581b908170aeecb811f1e95e)
---
share/man/man4/uplcom.4 | 4 ++++
sys/dev/usb/serial/uplcom.c | 1 +
sys/dev/usb/usbdevs | 1 +
3 files changed, 6 insertions(+)
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4
index 66f3e59d9e12..b79aac28a80c 100644
--- a/share/man/man4/uplcom.4
+++ b/share/man/man4/uplcom.4
@@ -82,6 +82,8 @@ Anchor Serial adapter
.It
ATEN UC-232A
.It
+ATEN UC-232B
+.It
BAFO BF-800 and BF-810
.It
Belkin F5U257
@@ -134,6 +136,8 @@ Prolific Generic USB-Serial Adapters
.It
Prolific Pharos USB-Serial Adapter
.It
+Prolific USB-Serial Controller D
+.It
RATOC REX-USB60
.It
Radio Shack USB Serial Cable
diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c
index 8c1f758a2e37..a054601cc8ea 100644
--- a/sys/dev/usb/serial/uplcom.c
+++ b/sys/dev/usb/serial/uplcom.c
@@ -260,6 +260,7 @@ static const STRUCT_USB_HOST_ID uplcom_devs[] = {
UPLCOM_DEV(ALCOR, AU9720), /* Alcor AU9720 USB 2.0-RS232 */
UPLCOM_DEV(ANCHOR, SERIAL), /* Anchor Serial adapter */
UPLCOM_DEV(ATEN, UC232A), /* PLANEX USB-RS232 URS-03 */
+ UPLCOM_DEV(ATEN, UC232B), /* Prolific USB-RS232 Controller D */
UPLCOM_DEV(BELKIN, F5U257), /* Belkin F5U257 USB to Serial */
UPLCOM_DEV(COREGA, CGUSBRS232R), /* Corega CG-USBRS232R */
UPLCOM_DEV(EPSON, CRESSI_EDY), /* Cressi Edy diving computer */
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index ca7d7ee74f6b..b64526593c25 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1276,6 +1276,7 @@ product ATEN UC1284 0x2001 Parallel printer
product ATEN UC10T 0x2002 10Mbps Ethernet
product ATEN UC110T 0x2007 UC-110T Ethernet
product ATEN UC232A 0x2008 Serial
+product ATEN UC232B 0x2022 Serial
product ATEN UC210T 0x2009 UC-210T Ethernet
product ATEN DSB650C 0x4000 DSB-650C
More information about the dev-commits-src-all
mailing list