All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] serial: Add Option GTM681W to qcserial device table.
@ 2013-05-24 10:01 Richard Weinberger
  2013-05-24 13:18 ` Bjørn Mork
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Weinberger @ 2013-05-24 10:01 UTC (permalink / raw)
  To: gregkh; +Cc: bjorn, dcbw, jhovold, linux-usb, linux-kernel, Richard Weinberger

The Option GTM681W uses a qualcomm chip and can be
served by the qcserial device driver.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 drivers/usb/serial/qcserial.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index 59b32b7..bd794b4 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -118,6 +118,7 @@ static const struct usb_device_id id_table[] = {
 	{USB_DEVICE(0x1199, 0x901b)},	/* Sierra Wireless MC7770 */
 	{USB_DEVICE(0x12D1, 0x14F0)},	/* Sony Gobi 3000 QDL */
 	{USB_DEVICE(0x12D1, 0x14F1)},	/* Sony Gobi 3000 Composite */
+	{USB_DEVICE(0x0AF0, 0x8120)},	/* Option GTM681W */
 
 	/* non Gobi Qualcomm serial devices */
 	{USB_DEVICE_INTERFACE_NUMBER(0x0f3d, 0x68a2, 0)},	/* Sierra Wireless MC7700 Device Management */
-- 
1.8.2.3


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

end of thread, other threads:[~2013-05-24 22:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24 10:01 [PATCH] serial: Add Option GTM681W to qcserial device table Richard Weinberger
2013-05-24 13:18 ` Bjørn Mork
2013-05-24 15:35   ` Richard Weinberger
2013-05-24 18:25     ` Bjørn Mork
2013-05-24 22:34       ` Dan Williams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.