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 89be9a8 commit ad1244eCopy full SHA for ad1244e
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, 0xe15f, 0xff), /* Foxconn T99W709 */
2350
+ .driver_info = RSVD(5) },
2351
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe167, 0xff), /* Foxconn T99W640 MBIM */
2352
2353
{ USB_DEVICE(0x1508, 0x1001), /* Fibocom NL668 (IOT version) */
0 commit comments