]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
USB: qcserial: add device ID for "HP un2430 Mobile Broadband Module"
authorRigbert Hamisch <rigbert@gmx.de>
Tue, 27 Sep 2011 08:46:43 +0000 (10:46 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Aug 2012 19:35:25 +0000 (15:35 -0400)
commit 1bfac90d1b8e63a4d44158c3445d8fda3fb6d5eb upstream.

add device ID for "HP un2430 Mobile Broadband Module"

Signed-off-by: Rigbert Hamisch <rigbert@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/usb/serial/qcserial.c

index 225fc8809985c0574c604b9251df4e2183c56bdc..7facae0c07e315441448342bd97af301fa790978 100644 (file)
@@ -26,6 +26,7 @@ static const struct usb_device_id id_table[] = {
        {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 */
+       {USB_DEVICE(0x03f0, 0x371d)},   /* HP un2430 Mobile Broadband Module */
        {USB_DEVICE(0x04da, 0x250d)},   /* Panasonic Gobi Modem device */
        {USB_DEVICE(0x04da, 0x250c)},   /* Panasonic Gobi QDL device */
        {USB_DEVICE(0x413c, 0x8172)},   /* Dell Gobi Modem device */