CHROMIUM: usb: add VID/PID of Sierra Wireless Gobi 3000 MC8355 modem.
authorShawn Nematbakhsh <shawnn@google.com>
Mon, 28 Jan 2013 20:12:05 +0000 (12:12 -0800)
committerChromeBot <chrome-bot@google.com>
Tue, 29 Jan 2013 23:27:10 +0000 (15:27 -0800)
BUG=chrome-os-partner:17480.
TEST=manual. Verify modem is visible in Chrome OS network manager.

Change-Id: Ie142d8fe2ee67e3cdecaf2e46629680e53e55e1f
Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/42137
Reviewed-by: Ben Chan <benchan@chromium.org>
drivers/net/usb/gobi/qcusbnet.c
drivers/net/usb/qmi_wwan.c
drivers/usb/serial/qcserial.c

index 6d8f32c..c48fd5d 100644 (file)
@@ -466,6 +466,8 @@ static const struct usb_device_id qc_vidpids[] = {
        MKVIDPID(0x1199, 0x9008),       /* Sierra Wireless Gobi 2000 */
        MKVIDPID(0x1199, 0x9009),       /* Sierra Wireless Gobi 2000 */
        MKVIDPID(0x1199, 0x900a),       /* Sierra Wireless Gobi 2000 */
+       MKVIDPID(0x1199, 0x9012),       /* Sierra Wireless Gobi 3000 */
+       MKVIDPID(0x1199, 0x9013),       /* Sierra Wireless Gobi 3000 */
        MKVIDPID(0x05c6, 0x9225),       /* Sony Gobi 2000 */
        MKVIDPID(0x05c6, 0x9235),       /* Top Global Gobi 2000 */
        MKVIDPID(0x05c6, 0x9275),       /* iRex Technologies Gobi 2000 */
index 0095333..7d8973b 100644 (file)
@@ -431,6 +431,7 @@ static const struct usb_device_id products[] = {
        {QMI_FIXED_INTF(0x1199, 0x9011, 5)},    /* alternate interface number!? */
        {QMI_GOBI_DEVICE(0x16d8, 0x8002)},      /* CMDTech Gobi 2000 Modem device (VU922) */
        {QMI_GOBI_DEVICE(0x05c6, 0x9205)},      /* Gobi 2000 Modem device */
+       {QMI_GOBI_DEVICE(0x1199, 0x9012)},      /* Sierra Wireless Gobi 3000 Modem device (MC8355) */
        {QMI_GOBI_DEVICE(0x1199, 0x9013)},      /* Sierra Wireless Gobi 3000 Modem device (MC8355) */
        {QMI_GOBI_DEVICE(0x03f0, 0x371d)},      /* HP un2430 Mobile Broadband Module */
        {QMI_GOBI_DEVICE(0x1199, 0x9015)},      /* Sierra Wireless Gobi 3000 Modem device */
index 366508f..41c187b 100644 (file)
@@ -107,6 +107,7 @@ static const struct usb_device_id id_table[] = {
        {USB_DEVICE(0x1410, 0xa023)},   /* Novatel Gobi 3000 Composite (E396U) */
        {USB_DEVICE(0x413c, 0x8193)},   /* Dell Gobi 3000 QDL */
        {USB_DEVICE(0x413c, 0x8194)},   /* Dell Gobi 3000 Composite */
+       {USB_DEVICE(0x1199, 0x9012)},   /* Sierra Wireless Gobi 3000 Modem device (MC8355) */
        {USB_DEVICE(0x1199, 0x9013)},   /* Sierra Wireless Gobi 3000 Modem device (MC8355) */
        {USB_DEVICE(0x12D1, 0x14F0)},   /* Sony Gobi 3000 QDL */
        {USB_DEVICE(0x12D1, 0x14F1)},   /* Sony Gobi 3000 Composite */