svn commit: r367772 - in head: share/man/man4 sys/dev/usb sys/dev/usb/serial

Ed Maste emaste at FreeBSD.org
Tue Nov 17 18:28:22 UTC 2020


Author: emaste
Date: Tue Nov 17 18:28:20 2020
New Revision: 367772
URL: https://svnweb.freebsd.org/changeset/base/367772

Log:
  uplcom: add ATen/Prolific USB-232 Controller D USB ID
  
  PR:		251166
  Submitted by:	marcus
  MFC after:	2 weeks

Modified:
  head/share/man/man4/uplcom.4
  head/sys/dev/usb/serial/uplcom.c
  head/sys/dev/usb/usbdevs

Modified: head/share/man/man4/uplcom.4
==============================================================================
--- head/share/man/man4/uplcom.4	Tue Nov 17 17:12:28 2020	(r367771)
+++ head/share/man/man4/uplcom.4	Tue Nov 17 18:28:20 2020	(r367772)
@@ -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
@@ -133,6 +135,8 @@ PLANEX USB-RS232 URS-03
 Prolific Generic USB-Serial Adapters
 .It
 Prolific Pharos USB-Serial Adapter
+.It
+Prolific USB-Serial Controller D
 .It
 RATOC REX-USB60
 .It

Modified: head/sys/dev/usb/serial/uplcom.c
==============================================================================
--- head/sys/dev/usb/serial/uplcom.c	Tue Nov 17 17:12:28 2020	(r367771)
+++ head/sys/dev/usb/serial/uplcom.c	Tue Nov 17 18:28:20 2020	(r367772)
@@ -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 */

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue Nov 17 17:12:28 2020	(r367771)
+++ head/sys/dev/usb/usbdevs	Tue Nov 17 18:28:20 2020	(r367772)
@@ -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
 


More information about the svn-src-all mailing list