View | Details | Raw Unified | Return to bug 251166 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/usb/usbdevs (+1 lines)
Lines 1275-1280 product ATEN UC1284 0x2001 Parallel pri Link Here
1275
product ATEN UC10T		0x2002	10Mbps Ethernet
1275
product ATEN UC10T		0x2002	10Mbps Ethernet
1276
product ATEN UC110T		0x2007	UC-110T Ethernet
1276
product ATEN UC110T		0x2007	UC-110T Ethernet
1277
product ATEN UC232A		0x2008	Serial
1277
product ATEN UC232A		0x2008	Serial
1278
product ATEN UC232B		0x2022  Serial
1278
product ATEN UC210T		0x2009	UC-210T Ethernet
1279
product ATEN UC210T		0x2009	UC-210T Ethernet
1279
product ATEN DSB650C		0x4000	DSB-650C
1280
product ATEN DSB650C		0x4000	DSB-650C
1280
1281
(-)sys/dev/usb/serial/uplcom.c (+1 lines)
Lines 260-265 static const STRUCT_USB_HOST_ID uplcom_d Link Here
260
	UPLCOM_DEV(ALCOR, AU9720),		/* Alcor AU9720 USB 2.0-RS232 */
260
	UPLCOM_DEV(ALCOR, AU9720),		/* Alcor AU9720 USB 2.0-RS232 */
261
	UPLCOM_DEV(ANCHOR, SERIAL),		/* Anchor Serial adapter */
261
	UPLCOM_DEV(ANCHOR, SERIAL),		/* Anchor Serial adapter */
262
	UPLCOM_DEV(ATEN, UC232A),		/* PLANEX USB-RS232 URS-03 */
262
	UPLCOM_DEV(ATEN, UC232A),		/* PLANEX USB-RS232 URS-03 */
263
	UPLCOM_DEV(ATEN, UC232B),		/* Prolific USB-RS232 Controller D */
263
	UPLCOM_DEV(BELKIN, F5U257),		/* Belkin F5U257 USB to Serial */
264
	UPLCOM_DEV(BELKIN, F5U257),		/* Belkin F5U257 USB to Serial */
264
	UPLCOM_DEV(COREGA, CGUSBRS232R),	/* Corega CG-USBRS232R */
265
	UPLCOM_DEV(COREGA, CGUSBRS232R),	/* Corega CG-USBRS232R */
265
	UPLCOM_DEV(EPSON, CRESSI_EDY),		/* Cressi Edy diving computer */
266
	UPLCOM_DEV(EPSON, CRESSI_EDY),		/* Cressi Edy diving computer */
(-)share/man/man4/uplcom.4 (+4 lines)
Lines 82-87 Anchor Serial adapter Link Here
82
.It
82
.It
83
ATEN UC-232A
83
ATEN UC-232A
84
.It
84
.It
85
ATEN UC-232B
86
.It
85
BAFO BF-800 and BF-810
87
BAFO BF-800 and BF-810
86
.It
88
.It
87
Belkin F5U257
89
Belkin F5U257
Lines 134-139 Prolific Generic USB-Serial Adapters Link Here
134
.It
136
.It
135
Prolific Pharos USB-Serial Adapter
137
Prolific Pharos USB-Serial Adapter
136
.It
138
.It
139
Prolific USB-Serial Controller D
140
.It
137
RATOC REX-USB60
141
RATOC REX-USB60
138
.It
142
.It
139
Radio Shack USB Serial Cable
143
Radio Shack USB Serial Cable

Return to bug 251166