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 dc6dbe3 commit 3c841d5Copy full SHA for 3c841d5
drivers/usb/serial/option.c
@@ -2294,6 +2294,8 @@ static const struct usb_device_id option_ids[] = {
2294
.driver_info = RSVD(3) },
2295
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe0f0, 0xff), /* Foxconn T99W373 MBIM */
2296
2297
+ { USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe145, 0xff), /* Foxconn T99W651 RNDIS */
2298
+ .driver_info = RSVD(5) | RSVD(6) },
2299
{ USB_DEVICE(0x1508, 0x1001), /* Fibocom NL668 (IOT version) */
2300
.driver_info = RSVD(4) | RSVD(5) | RSVD(6) },
2301
{ USB_DEVICE(0x1782, 0x4d10) }, /* Fibocom L610 (AT mode) */
0 commit comments