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 a39b6ac commit 13fde9aCopy full SHA for 13fde9a
drivers/usb/serial/option.c
@@ -2242,6 +2242,8 @@ static const struct usb_device_id option_ids[] = {
2242
.driver_info = RSVD(0) | RSVD(1) | RSVD(6) },
2243
{ USB_DEVICE(0x0489, 0xe0b5), /* Foxconn T77W968 ESIM */
2244
2245
+ { USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe0da, 0xff), /* Foxconn T99W265 MBIM variant */
2246
+ .driver_info = RSVD(3) | RSVD(5) },
2247
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe0db, 0xff), /* Foxconn T99W265 MBIM */
2248
.driver_info = RSVD(3) },
2249
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe0ee, 0xff), /* Foxconn T99W368 MBIM */
0 commit comments