FreeBSD Bugzilla – Attachment 218017 Details for
Bug 249384
Add support for Winbond CDC device in Tenma power supply
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Winbond CDC device ID
Winbond-CDC.diff (text/plain), 805 bytes, created by
Daniel O'Connor
on 2020-09-17 04:56:53 UTC
(
hide
)
Description:
Winbond CDC device ID
Filename:
MIME Type:
Creator:
Daniel O'Connor
Created:
2020-09-17 04:56:53 UTC
Size:
805 bytes
patch
obsolete
>--- sys/dev/usb/usbdevs.orig 2020-09-17 04:32:13.647475000 +0000 >+++ sys/dev/usb/usbdevs 2020-09-17 04:33:34.553129000 +0000 >@@ -4847,6 +4847,7 @@ > product WIENERPLEINBAUS CML 0x0015 CML Data Logger > > /* Windbond Electronics */ >+product WINBOND CDC 0x5011 CDC serial device > product WINBOND UH104 0x5518 4-port USB Hub > > /* WinMaxGroup products */ >--- sys/dev/usb/serial/umodem.c.orig 2020-09-17 04:32:04.170791000 +0000 >+++ sys/dev/usb/serial/umodem.c 2020-09-17 04:37:35.461972000 +0000 >@@ -150,6 +150,8 @@ > {USB_VPI(USB_VENDOR_KYOCERA, USB_PRODUCT_KYOCERA_AHK3001V, 1)}, > {USB_VPI(USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC5720, 1)}, > {USB_VPI(USB_VENDOR_CURITEL, USB_PRODUCT_CURITEL_PC5740, 1)}, >+ /* Winbond */ >+ {USB_VENDOR(USB_VENDOR_WINBOND), USB_PRODUCT(USB_PRODUCT_WINBOND_CDC)}, > }; > > /*
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 249384
: 218017