USB: qcserial: add device id for HP devices
authorAlexander Shumakovitch <shurik@gwu.edu>
Sat, 21 Mar 2009 04:50:16 +0000 (00:50 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:20:46 +0000 (16:20 -0700)
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/qcserial.c

index 6c6add5..e6d6b0c 100644 (file)
@@ -24,6 +24,8 @@ static int debug;
 static struct usb_device_id id_table[] = {
        {USB_DEVICE(0x05c6, 0x9211)},   /* Acer Gobi QDL 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 */
 };
 MODULE_DEVICE_TABLE(usb, id_table);