FreeBSD Bugzilla – Attachment 219711 Details for
Bug 251166
[PATCH] Add support for ATen/Prolific USB-232 Controller D
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add necessary USB IDs
uc232b.diff (text/plain), 1.06 KB, created by
Joe Marcus Clarke
on 2020-11-15 18:46:48 UTC
(
hide
)
Description:
Patch to add necessary USB IDs
Filename:
MIME Type:
Creator:
Joe Marcus Clarke
Created:
2020-11-15 18:46:48 UTC
Size:
1.06 KB
patch
obsolete
>--- sys/dev/usb/usbdevs.orig 2020-11-15 13:40:15.000000000 -0500 >+++ sys/dev/usb/usbdevs 2020-11-15 13:40:49.000000000 -0500 >@@ -1275,6 +1275,7 @@ product ATEN UC1284 0x2001 Parallel pri > 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 > >--- sys/dev/usb/serial/uplcom.c.orig 2020-11-15 13:43:07.000000000 -0500 >+++ sys/dev/usb/serial/uplcom.c 2020-11-15 13:42:31.000000000 -0500 >@@ -260,6 +260,7 @@ static const STRUCT_USB_HOST_ID uplcom_d > 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 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251166
:
219711
|
219712
Working