Re: [PATCH net] net: qmi_wwan: add TP-LINK HSUPA Modem MA180

2013-01-16 Thread David Miller
From: Bjørn Mork bj...@mork.no
Date: Tue, 15 Jan 2013 10:19:50 +0100

 The driver description files gives these names to the vendor specific
 functions on this modem:
 
  Diagnostics VID_2357PID_0201MI_00
  NMEAVID_2357PID_0201MI_01
  Modem   VID_2357PID_0201MI_03
  Networkcard VID_2357PID_0201MI_04
 
 The Networkcard function has been verified to support these QMI
 services:
 ctl (1.3)
 wds (1.3)
 dms (1.2)
 nas (1.0)
 
 Reported-by: Thomas Schäfer tschae...@t-online.de
 Signed-off-by: Bjørn Mork bj...@mork.no

Applied, thanks.
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH net] net: qmi_wwan: add TP-LINK HSUPA Modem MA180

2013-01-15 Thread Bjørn Mork
The driver description files gives these names to the vendor specific
functions on this modem:

 Diagnostics VID_2357PID_0201MI_00
 NMEAVID_2357PID_0201MI_01
 Modem   VID_2357PID_0201MI_03
 Networkcard VID_2357PID_0201MI_04

The Networkcard function has been verified to support these QMI
services:
ctl (1.3)
wds (1.3)
dms (1.2)
nas (1.0)

Reported-by: Thomas Schäfer tschae...@t-online.de
Signed-off-by: Bjørn Mork bj...@mork.no
---
 drivers/net/usb/qmi_wwan.c |1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 6a1ca50..c434108 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -459,6 +459,7 @@ static const struct usb_device_id products[] = {
{QMI_FIXED_INTF(0x1199, 0x68a2, 19)},   /* Sierra Wireless MC7710 in 
QMI mode */
{QMI_FIXED_INTF(0x1199, 0x901c, 8)},/* Sierra Wireless EM7700 */
{QMI_FIXED_INTF(0x1bbb, 0x011e, 4)},/* Telekom Speedstick LTE II 
(Alcatel One Touch L100V LTE) */
+   {QMI_FIXED_INTF(0x2357, 0x0201, 4)},/* TP-LINK HSUPA Modem MA180 */
 
/* 4. Gobi 1000 devices */
{QMI_GOBI1K_DEVICE(0x05c6, 0x9212)},/* Acer Gobi Modem Device */
-- 
1.7.10.4

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html