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 873854c commit 4d9488bCopy full SHA for 4d9488b
drivers/usb/serial/option.c
@@ -2229,6 +2229,10 @@ static const struct usb_device_id option_ids[] = {
2229
.driver_info = RSVD(0) | RSVD(1) | RSVD(6) },
2230
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe0db, 0xff), /* Foxconn T99W265 MBIM */
2231
.driver_info = RSVD(3) },
2232
+ { USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe0ee, 0xff), /* Foxconn T99W368 MBIM */
2233
+ .driver_info = RSVD(3) },
2234
+ { USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe0f0, 0xff), /* Foxconn T99W373 MBIM */
2235
2236
{ USB_DEVICE(0x1508, 0x1001), /* Fibocom NL668 (IOT version) */
2237
.driver_info = RSVD(4) | RSVD(5) | RSVD(6) },
2238
{ USB_DEVICE(0x1782, 0x4d10) }, /* Fibocom L610 (AT mode) */
0 commit comments