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