aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hartmann <richih.mailinglist@gmail.com>2011-09-20 20:50:51 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-11 09:35:14 -0800
commit285c6b4b3be21529ec5dbdfb1a6d48a3aa31d0c7 (patch)
tree98e7011c09e3980f811e148328dd0419a61badb2
parent70908d994241bb79e4f3c546f6ddd262567610c6 (diff)
USB: qcserial: Add support for Sierra Wireless MC8355/Gobi 3000
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>
-rw-r--r--drivers/usb/serial/qcserial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index 27f9ae4dffd..ca79bfa9668 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -83,6 +83,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);