[PATCH] net: qmi_wwan: add Telekom Speedstick LTE II

2012-12-28 Thread Bjørn Mork
also known as Alcatel One Touch L100V LTE

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

 Application1: VID_1BBBPID_011EMI_00
 Application2: VID_1BBBPID_011EMI_01
 Modem:VID_1BBBPID_011EMI_03
 Ethernet: VID_1BBBPID_011EMI_04

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 91d7cb9..6a1ca50 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -458,6 +458,7 @@ static const struct usb_device_id products[] = {
{QMI_FIXED_INTF(0x1199, 0x68a2, 8)},/* Sierra Wireless MC7710 in 
QMI mode */
{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) */
 
/* 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


Re: [PATCH] net: qmi_wwan: add Telekom Speedstick LTE II

2012-12-28 Thread David Miller
From: Bjørn Mork bj...@mork.no
Date: Fri, 28 Dec 2012 17:30:55 +0100

 also known as Alcatel One Touch L100V LTE
 
 The driver description files gives these names to the vendor specific
 functions on this modem:
 
  Application1: VID_1BBBPID_011EMI_00
  Application2: VID_1BBBPID_011EMI_01
  Modem:VID_1BBBPID_011EMI_03
  Ethernet: VID_1BBBPID_011EMI_04
 
 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