We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1f458 commit cf16ffaCopy full SHA for cf16ffa
drivers/usb/serial/option.c
@@ -2068,6 +2068,10 @@ static const struct usb_device_id option_ids[] = {
2068
.driver_info = RSVD(3) },
2069
{ USB_DEVICE_INTERFACE_CLASS(LONGCHEER_VENDOR_ID, 0x9803, 0xff),
2070
.driver_info = RSVD(4) },
2071
+ { USB_DEVICE(LONGCHEER_VENDOR_ID, 0x9b05), /* Longsung U8300 */
2072
+ .driver_info = RSVD(4) | RSVD(5) },
2073
+ { USB_DEVICE(LONGCHEER_VENDOR_ID, 0x9b3c), /* Longsung U9300 */
2074
+ .driver_info = RSVD(0) | RSVD(4) },
2075
{ USB_DEVICE(LONGCHEER_VENDOR_ID, ZOOM_PRODUCT_4597) },
2076
{ USB_DEVICE(LONGCHEER_VENDOR_ID, IBALL_3_5G_CONNECT) },
2077
{ USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_CE100) },
0 commit comments