Skip to content

Commit ea83bf0

Browse files
committed
Merge tag 'usb-serial-6.17-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Johan writes: USB serial device id for 6.17-rc1 Here's a new modem device id. This has been in linux-next with no reported issues. * tag 'usb-serial-6.17-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial: USB: serial: option: add Foxconn T99W709
2 parents acd4692 + ad1244e commit ea83bf0

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
@@ -2346,6 +2346,8 @@ static const struct usb_device_id option_ids[] = {
23462346
.driver_info = RSVD(3) },
23472347
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe145, 0xff), /* Foxconn T99W651 RNDIS */
23482348
.driver_info = RSVD(5) | RSVD(6) },
2349+
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe15f, 0xff), /* Foxconn T99W709 */
2350+
.driver_info = RSVD(5) },
23492351
{ USB_DEVICE_INTERFACE_CLASS(0x0489, 0xe167, 0xff), /* Foxconn T99W640 MBIM */
23502352
.driver_info = RSVD(3) },
23512353
{ USB_DEVICE(0x1508, 0x1001), /* Fibocom NL668 (IOT version) */

0 commit comments

Comments
 (0)