]> git.kernelconcepts.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 21:47:10 +0000 (13:47 -0800)
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>
drivers/usb/serial/qcserial.c

index d4696736b4a36e89caee7a9b74561d293c280bec..e7f85a894b8a0a246416af624d83a01dfdf19a52 100644 (file)
@@ -26,6 +26,7 @@ static 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 */