Skip to content

Commit a3683e0

Browse files
committed
Merge tag 'usb-serial-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial fixes for v4.10-rc6 Just a couple of new device ids. Signed-off-by: Johan Hovold <[email protected]>
2 parents 83e526f + 5d03a2f commit a3683e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/usb/serial/option.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,6 +2007,7 @@ static const struct usb_device_id option_ids[] = {
20072007
{ USB_DEVICE_AND_INTERFACE_INFO(WETELECOM_VENDOR_ID, WETELECOM_PRODUCT_WMD200, 0xff, 0xff, 0xff) },
20082008
{ USB_DEVICE_AND_INTERFACE_INFO(WETELECOM_VENDOR_ID, WETELECOM_PRODUCT_6802, 0xff, 0xff, 0xff) },
20092009
{ USB_DEVICE_AND_INTERFACE_INFO(WETELECOM_VENDOR_ID, WETELECOM_PRODUCT_WMD300, 0xff, 0xff, 0xff) },
2010+
{ USB_DEVICE_AND_INTERFACE_INFO(0x03f0, 0x421d, 0xff, 0xff, 0xff) }, /* HP lt2523 (Novatel E371) */
20102011
{ } /* Terminating entry */
20112012
};
20122013
MODULE_DEVICE_TABLE(usb, option_ids);

drivers/usb/serial/qcserial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ static const struct usb_device_id id_table[] = {
124124
{USB_DEVICE(0x1410, 0xa021)}, /* Novatel Gobi 3000 Composite */
125125
{USB_DEVICE(0x413c, 0x8193)}, /* Dell Gobi 3000 QDL */
126126
{USB_DEVICE(0x413c, 0x8194)}, /* Dell Gobi 3000 Composite */
127+
{USB_DEVICE(0x413c, 0x81a6)}, /* Dell DW5570 QDL (MC8805) */
127128
{USB_DEVICE(0x1199, 0x68a4)}, /* Sierra Wireless QDL */
128129
{USB_DEVICE(0x1199, 0x68a5)}, /* Sierra Wireless Modem */
129130
{USB_DEVICE(0x1199, 0x68a8)}, /* Sierra Wireless QDL */

0 commit comments

Comments
 (0)