Skip to content

Commit cd0f864

Browse files
committed
Merge tag 'usb-serial-6.16-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB serial device id for 6.16-rc6 Here's a new modem device id. Everything has been in linux-next with no reported issues. * tag 'usb-serial-6.16-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial: USB: serial: option: add Foxconn T99W640
2 parents 3014168 + 08f49cd commit cd0f864

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/serial/option.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,6 +2343,8 @@ static const struct usb_device_id option_ids[] = {
23432343
.driver_info = RSVD(3) },
23442344
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe145, 0xff), /* Foxconn T99W651 RNDIS */
23452345
.driver_info = RSVD(5) | RSVD(6) },
2346+
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe167, 0xff), /* Foxconn T99W640 MBIM */
2347+
.driver_info = RSVD(3) },
23462348
{ USB_DEVICE(0x1508, 0x1001), /* Fibocom NL668 (IOT version) */
23472349
.driver_info = RSVD(4) | RSVD(5) | RSVD(6) },
23482350
{ USB_DEVICE(0x1782, 0x4d10) }, /* Fibocom L610 (AT mode) */

0 commit comments

Comments
 (0)