]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
USB: qcserial: Add support for Sierra Wireless MC8355/Gobi 3000
authorRichard Hartmann <richih.mailinglist@gmail.com>
Tue, 20 Sep 2011 18:50:51 +0000 (20:50 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:42:17 +0000 (09:42 -0800)
commit 68c79e5756903229fa96826a2493c2265a3b395f upstream.

Simple patch to make qcserial recognize the USB id of the Sierra
Wireless MC8355 which is based on the Gobi 3000 chip.

Both UMTS and GPS work fine.

Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/qcserial.c

index aeccc7f0a93c5db645fa0442b433ba2291265af2..d8651eadaac9320e69629c72b5110621c21fd0d2 100644 (file)
@@ -84,6 +84,7 @@ static const struct usb_device_id id_table[] = {
        {USB_DEVICE(0x16d8, 0x8002)},   /* CMDTech Gobi 2000 Modem device (VU922) */
        {USB_DEVICE(0x05c6, 0x9204)},   /* Gobi 2000 QDL device */
        {USB_DEVICE(0x05c6, 0x9205)},   /* Gobi 2000 Modem device */
+       {USB_DEVICE(0x1199, 0x9013)},   /* Sierra Wireless Gobi 3000 Modem device (MC8355) */
        { }                             /* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, id_table);