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 e04c78d commit 08f49cdCopy full SHA for 08f49cd
drivers/usb/serial/option.c
@@ -2343,6 +2343,8 @@ static const struct usb_device_id option_ids[] = {
2343
.driver_info = RSVD(3) },
2344
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe145, 0xff), /* Foxconn T99W651 RNDIS */
2345
.driver_info = RSVD(5) | RSVD(6) },
2346
+ { USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe167, 0xff), /* Foxconn T99W640 MBIM */
2347
+ .driver_info = RSVD(3) },
2348
{ USB_DEVICE(0x1508, 0x1001), /* Fibocom NL668 (IOT version) */
2349
.driver_info = RSVD(4) | RSVD(5) | RSVD(6) },
2350
{ USB_DEVICE(0x1782, 0x4d10) }, /* Fibocom L610 (AT mode) */
0 commit comments