netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] net: qmi_wwan: add TP-LINK HSUPA Modem MA180
       [not found] <201301122122.07307.tschaefer@t-online.de>
@ 2013-01-15  9:19 ` Bjørn Mork
       [not found]   ` <1358241591-29553-1-git-send-email-bjorn-yOkvZcmFvRU@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Bjørn Mork @ 2013-01-15  9:19 UTC (permalink / raw)
  To: netdev; +Cc: linux-usb, hockseng leow, Thomas Schäfer, Bjørn Mork

The driver description files gives these names to the vendor specific
functions on this modem:

 Diagnostics VID_2357&PID_0201&MI_00
 NMEA        VID_2357&PID_0201&MI_01
 Modem       VID_2357&PID_0201&MI_03
 Networkcard VID_2357&PID_0201&MI_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 <tschaefer@t-online.de>
Signed-off-by: Bjørn Mork <bjorn@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

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

* Re: [PATCH net] net: qmi_wwan: add TP-LINK HSUPA Modem MA180
       [not found]   ` <1358241591-29553-1-git-send-email-bjorn-yOkvZcmFvRU@public.gmane.org>
@ 2013-01-16 21:16     ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-01-16 21:16 UTC (permalink / raw)
  To: bjorn-yOkvZcmFvRU
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	lhs-AjPhSE91YUE, tschaefer-zqRNUXuvxA0b1SvskN2V4Q

From: Bjørn Mork <bjorn-yOkvZcmFvRU@public.gmane.org>
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_2357&PID_0201&MI_00
>  NMEA        VID_2357&PID_0201&MI_01
>  Modem       VID_2357&PID_0201&MI_03
>  Networkcard VID_2357&PID_0201&MI_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 <tschaefer-zqRNUXuvxA0b1SvskN2V4Q@public.gmane.org>
> Signed-off-by: Bjørn Mork <bjorn-yOkvZcmFvRU@public.gmane.org>

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

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

end of thread, other threads:[~2013-01-16 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201301122122.07307.tschaefer@t-online.de>
2013-01-15  9:19 ` [PATCH net] net: qmi_wwan: add TP-LINK HSUPA Modem MA180 Bjørn Mork
     [not found]   ` <1358241591-29553-1-git-send-email-bjorn-yOkvZcmFvRU@public.gmane.org>
2013-01-16 21:16     ` David Miller

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).