FreeBSD Bugzilla – Attachment 219149 Details for
Bug 250675
Add device IDs for Brainboxes US-25701 and US-257 USB to serial converters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add device ids
brainboxes-257.diff (text/plain), 979 bytes, created by
Aleksi Kaalinpää
on 2020-10-27 14:52:18 UTC
(
hide
)
Description:
Patch to add device ids
Filename:
MIME Type:
Creator:
Aleksi Kaalinpää
Created:
2020-10-27 14:52:18 UTC
Size:
979 bytes
patch
obsolete
>--- dev/usb/usbdevs.orig 2020-10-27 16:45:56.757084000 +0200 >+++ dev/usb/usbdevs 2020-10-27 17:44:01.046083000 +0200 >@@ -1415,6 +1415,10 @@ > product BILLIONTON USBE100 0x8511 USBE100 > product BILLIONTON USB2AR 0x90ff USB2AR Ethernet > >+/* Brainboxes Limited products */ >+product BRAINBOXES US257 0x5001 US-257 USB2Serial 2xRS232 >+product BRAINBOXES US25701 0x5002 US-25701 USB2Serial 2xRS232 >+ > /* Broadcom products */ > product BROADCOM BCM2033 0x2033 BCM2033 Bluetooth USB dongle > >--- dev/usb/serial/uftdi.c.orig 2020-10-27 16:45:57.112627000 +0200 >+++ dev/usb/serial/uftdi.c 2020-10-27 17:38:51.603880000 +0200 >@@ -293,6 +293,8 @@ > UFTDI_DEV(BBELECTRONICS, USPTL4, 0), > UFTDI_DEV(BBELECTRONICS, USTL4, 0), > UFTDI_DEV(BBELECTRONICS, ZZ_PROG1_USB, 0), >+ UFTDI_DEV(BRAINBOXES, US257, 0), >+ UFTDI_DEV(BRAINBOXES, US25701, 0), > UFTDI_DEV(CONTEC, COM1USBH, 0), > UFTDI_DEV(DRESDENELEKTRONIK, SENSORTERMINALBOARD, 0), > UFTDI_DEV(DRESDENELEKTRONIK, WIRELESSHANDHELDTERMINAL, 0),
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 250675
: 219149 |
219165