Skip to content

Commit fd8345f

Browse files
AShumakovitchgregkh
authored andcommitted
USB: qcserial: add device id for HP devices
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent e6bdfe3 commit fd8345f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/serial/qcserial.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ static int debug;
2424
static struct usb_device_id id_table[] = {
2525
{USB_DEVICE(0x05c6, 0x9211)}, /* Acer Gobi QDL device */
2626
{USB_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */
27+
{USB_DEVICE(0x03f0, 0x1f1d)}, /* HP un2400 Gobi Modem Device */
28+
{USB_DEVICE(0x03f0, 0x201d)}, /* HP un2400 Gobi QDL Device */
2729
{ } /* Terminating entry */
2830
};
2931
MODULE_DEVICE_TABLE(usb, id_table);

0 commit comments

Comments
 (0)