linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qcserial: add support for Huawei Gobi 3000 devices
@ 2012-01-28  9:11 José Antonio Matute
  2012-01-28 15:19 ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: José Antonio Matute @ 2012-01-28  9:11 UTC (permalink / raw)
  To: linux-usb; +Cc: linux-kernel

From: Jose Antonio Matute <matutet@gmail.com>
Add USB IDs for Huawei Gobi 3000 devices (some of which are rebranded
as Sony Vaio VPCSA modems).

Signed-off-by: Jose Antonio Matute <matutet@gmail.com>
Cc: stable@vger.kernel.org
---
--- linux-3.3-rc1/drivers/usb/serial/qcserial.c.orig	2012-01-28
09:43:01.088140483 +0100
+++ linux-3.3-rc1/drivers/usb/serial/qcserial.c	2012-01-28
09:46:37.908131967 +0100
@@ -87,6 +87,7 @@ static const struct usb_device_id id_tab
 	{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) */
+	{USB_DEVICE(0x12d1, 0x14f1)},	/* Huawei Wireless Gobi 3000 Modem device */
 	{ }				/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, id_table);

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-29 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-28  9:11 [PATCH] qcserial: add support for Huawei Gobi 3000 devices José Antonio Matute
2012-01-28 15:19 ` Sergei Shtylyov
2012-01-29  4:30   ` Greg KH
2012-01-29 16:33     ` José Antonio Matute

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).