diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-11-17 18:28:20 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-11-17 18:28:20 +0000 |
| commit | 46a5f8837dff05f6581b908170aeecb811f1e95e (patch) | |
| tree | 6c27a06dd108d0dec3271199fd066689e215300e | |
| parent | 44c52406ced4cbba704f9bec588a8238d5a5ef32 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/uplcom.4 | 4 | ||||
| -rw-r--r-- | sys/dev/usb/serial/uplcom.c | 1 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4 index 1f89d92fb1c17..0da1255ecfd69 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 89f518ddd8180..013b837ef52f7 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 31212668d562a..13bc0eb6c3b70 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1275,6 +1275,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 |
