From 72fbc555cdf13359b854f4f53fd4384920e71ba0 Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Fri, 14 Dec 2012 15:58:18 -0800 Subject: [PATCH] CHROMIUM: usb: add VID/PID of Novatel Wireless Gobi 3000 E396U modem BUG=chrome-os-partner:16830 TEST=`emerge-daisy chromeos-kernel` Change-Id: I85dffdf4f4096aca98e2431555e65597205cf78a Signed-off-by: Ben Chan Reviewed-on: https://gerrit.chromium.org/gerrit/39763 Reviewed-by: Sameer Nanda --- drivers/net/usb/gobi/qcusbnet.c | 3 ++- drivers/net/usb/qmi_wwan.c | 1 + drivers/usb/serial/qcserial.c | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/net/usb/gobi/qcusbnet.c b/drivers/net/usb/gobi/qcusbnet.c index d0143454e4303..6d8f32cf5229e 100644 --- a/drivers/net/usb/gobi/qcusbnet.c +++ b/drivers/net/usb/gobi/qcusbnet.c @@ -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 */ { } diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index 6d20ab731bd67..009533381c31f 100644 --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c @@ -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 */ }; diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index 99c4829b04083..366508ffbb82b 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -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) */ -- 2.39.5