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 e6bdfe3 commit fd8345fCopy full SHA for fd8345f
drivers/usb/serial/qcserial.c
@@ -24,6 +24,8 @@ static int debug;
24
static struct usb_device_id id_table[] = {
25
{USB_DEVICE(0x05c6, 0x9211)}, /* Acer Gobi QDL device */
26
{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 */
29
{ } /* Terminating entry */
30
};
31
MODULE_DEVICE_TABLE(usb, id_table);
0 commit comments