]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
CHROMIUM: usb: add VID/PID of Novatel Wireless Gobi 3000 E396U modem
authorBen Chan <benchan@chromium.org>
Fri, 14 Dec 2012 23:58:18 +0000 (15:58 -0800)
committerGerrit <chrome-bot@google.com>
Mon, 17 Dec 2012 19:16:20 +0000 (11:16 -0800)
BUG=chrome-os-partner:16830
TEST=`emerge-daisy chromeos-kernel`

Change-Id: I85dffdf4f4096aca98e2431555e65597205cf78a
Signed-off-by: Ben Chan <benchan@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/39763
Reviewed-by: Sameer Nanda <snanda@chromium.org>
drivers/net/usb/gobi/qcusbnet.c
drivers/net/usb/qmi_wwan.c
drivers/usb/serial/qcserial.c

index d0143454e4303a4eb8cdfad63d9ab4703171f775..6d8f32cf5229e2a470aa89e9e0f10f95cf4f497e 100644 (file)
@@ -472,7 +472,8 @@ static const struct usb_device_id qc_vidpids[] = {
 
        MKVIDPID(0x05c6, 0x920d),       /* Qualcomm Gobi 3000 */
        MKVIDPID(0x0af0, 0x8120),       /* Option Gobi 3000 */
-       MKVIDPID(0x1410, 0xa021),       /* Novatel Gobi 3000 */
+       MKVIDPID(0x1410, 0xa021),       /* Novatel Gobi 3000 (E396) */
+       MKVIDPID(0x1410, 0xa023),       /* Novatel Gobi 3000 (E396U) */
        MKVIDPID(0x413c, 0x8194),       /* Dell Gobi 3000 */
        MKVIDPID(0x12D1, 0x14F1),       /* Sony Gobi 3000 */
        { }
index 6d20ab731bd67485af93c847dd76f691b847aedd..009533381c31f791d86eeb080e0609d1633bd5d5 100644 (file)
@@ -438,6 +438,7 @@ static const struct usb_device_id products[] = {
        {QMI_GOBI_DEVICE(0x1199, 0x901b)},      /* Sierra Wireless MC7770 */
        {QMI_GOBI_DEVICE(0x12d1, 0x14f1)},      /* Sony Gobi 3000 Composite */
        {QMI_GOBI_DEVICE(0x1410, 0xa021)},      /* Foxconn Gobi 3000 Modem device (Novatel E396) */
+       {QMI_GOBI_DEVICE(0x1410, 0xa023)},      /* Foxconn Gobi 3000 Modem device (Novatel E396U) */
 
        { }                                     /* END */
 };
index 99c4829b040836068f59d1bc020dd083960683eb..366508ffbb82be02652f0265926a48f5dee1a6d9 100644 (file)
@@ -103,7 +103,8 @@ static const struct usb_device_id id_table[] = {
        {USB_DEVICE(0x05c6, 0x920d)},   /* Gobi 3000 Composite */
        {USB_DEVICE(0x0af0, 0x8120)},   /* Option Gobi 3000 QDL */
        {USB_DEVICE(0x1410, 0xa020)},   /* Novatel Gobi 3000 QDL */
-       {USB_DEVICE(0x1410, 0xa021)},   /* Novatel Gobi 3000 Composite */
+       {USB_DEVICE(0x1410, 0xa021)},   /* Novatel Gobi 3000 Composite (E396) */
+       {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, 0x9013)},   /* Sierra Wireless Gobi 3000 Modem device (MC8355) */