netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] net: qmi_wwan: add Telit LE920 newer firmware support
@ 2013-09-25  9:21 Fabio Porcedda
  2013-09-25  9:21 ` [PATCH 2/2] net: qmi_wwan: fix checkpatch warnings Fabio Porcedda
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Fabio Porcedda @ 2013-09-25  9:21 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, David S. Miller,
	Bjørn Mork, Dan Williams

Newer firmware use a new pid and a different interface.

Signed-off-by: Fabio Porcedda <fabio.porcedda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 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 6312332..5f6b6fa 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -714,6 +714,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x2357, 0x0201, 4)},	/* TP-LINK HSUPA Modem MA180 */
 	{QMI_FIXED_INTF(0x2357, 0x9000, 4)},	/* TP-LINK MA260 */
 	{QMI_FIXED_INTF(0x1bc7, 0x1200, 5)},	/* Telit LE920 */
+	{QMI_FIXED_INTF(0x1bc7, 0x1201, 2)},	/* Telit LE920 */
 	{QMI_FIXED_INTF(0x1e2d, 0x12d1, 4)},	/* Cinterion PLxx */
 
 	/* 4. Gobi 1000 devices */
-- 
1.8.4

--
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 related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-09-30 19:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25  9:21 [PATCH 1/2] net: qmi_wwan: add Telit LE920 newer firmware support Fabio Porcedda
2013-09-25  9:21 ` [PATCH 2/2] net: qmi_wwan: fix checkpatch warnings Fabio Porcedda
     [not found]   ` <1380100886-16531-2-git-send-email-fabio.porcedda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-09-25 13:31     ` Bjørn Mork
     [not found]       ` <877ge5own8.fsf-lbf33ChDnrE/G1V5fR+Y7Q@public.gmane.org>
2013-09-26  9:06         ` Fabio Porcedda
2013-09-26 10:41           ` Bjørn Mork
2013-09-26 11:29             ` David Laight
2013-09-30 19:00       ` David Miller
2013-09-30 19:02   ` David Miller
2013-09-25 16:15 ` [PATCH 1/2] net: qmi_wwan: add Telit LE920 newer firmware support Bjørn Mork
     [not found] ` <1380100886-16531-1-git-send-email-fabio.porcedda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-09-30 19:02   ` 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).