Parcourir la source

USB: qcserial: add device id for HP devices

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Alexander Shumakovitch il y a 16 ans
Parent
commit
fd8345f8de
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      drivers/usb/serial/qcserial.c

+ 2 - 0
drivers/usb/serial/qcserial.c

@@ -24,6 +24,8 @@ static int debug;
 static struct usb_device_id id_table[] = {
 static struct usb_device_id id_table[] = {
 	{USB_DEVICE(0x05c6, 0x9211)},	/* Acer Gobi QDL device */
 	{USB_DEVICE(0x05c6, 0x9211)},	/* Acer Gobi QDL device */
 	{USB_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */
 	{USB_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */
+	{USB_DEVICE(0x03f0, 0x1f1d)},	/* HP un2400 Gobi Modem Device */
+	{USB_DEVICE(0x03f0, 0x201d)},	/* HP un2400 Gobi QDL Device */
 	{ }				/* Terminating entry */
 	{ }				/* Terminating entry */
 };
 };
 MODULE_DEVICE_TABLE(usb, id_table);
 MODULE_DEVICE_TABLE(usb, id_table);