mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Add support for Winbond USB CDC modem device found in Tenma power supply.
PR: 249384 MFC after: 1 week Submitted by: darius@dons.net.au Sponsored by: Mellanox Technologies // NVIDIA Networking
This commit is contained in:
parent
81a9354828
commit
8463bd8a77
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365966
@ -150,6 +150,8 @@ static const STRUCT_USB_HOST_ID umodem_host_devs[] = {
|
||||
{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)},
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -4851,6 +4851,7 @@ product WIENERPLEINBAUS MPOD 0x0012 MPOD PSU
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user