mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
- Add quirk for the TrendNet TU-S9 adapter, which uses new version of PL2303
chip (revision 0x400). This allows it to be correctly identified as PL2303X. Approved by: maxim MFC after: 1 week
This commit is contained in:
parent
e08ef41d11
commit
64425c8f7b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174660
@ -240,6 +240,9 @@ static const struct uplcom_product {
|
||||
{ USB_VENDOR_PROLIFIC2, USB_PRODUCT_PROLIFIC2_WSIM, -1, TYPE_PL2303X},
|
||||
/* PLANEX USB-RS232 URS-03 */
|
||||
{ USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC232A, -1, TYPE_PL2303 },
|
||||
/* TrendNet TU-S9 */
|
||||
{ USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303,
|
||||
0x400, TYPE_PL2303X },
|
||||
/* ST Lab USB-SERIAL-4 */
|
||||
{ USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303,
|
||||
0x300, TYPE_PL2303X },
|
||||
|
Loading…
Reference in New Issue
Block a user