diff mbox

qmi_wwan: Added support for Cinterion's PLxx WWAN Interface

Message ID 376FB829F3ECB542B825EAF4D8CA8A97013E8459E48B@CROEXCFWP03.gemalto.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Schmiedl Christian May 21, 2013, 12:07 p.m. UTC
From: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>

Added support for Cinterion's PLxx WWAN Interface by adding QMI_FIXED_INTF with
Cinterion's Vendor ID as well as Product ID and WWAN Interface Number.

Signed-off-by: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>
Signed-off-by: Christian Schmiedl <christian.schmiedl@gemalto.com>
---
patch is against linux-3.9
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Bjørn Mork May 21, 2013, 1:19 p.m. UTC | #1
Schmiedl Christian <Christian.Schmiedl@gemalto.com> writes:

> From: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>
>
> Added support for Cinterion's PLxx WWAN Interface by adding QMI_FIXED_INTF with
> Cinterion's Vendor ID as well as Product ID and WWAN Interface Number.
>
> Signed-off-by: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>
> Signed-off-by: Christian Schmiedl <christian.schmiedl@gemalto.com>
> ---
> patch is against linux-3.9
> --- linux-3.9/drivers/net/usb/qmi_wwan.c.orig	2013-05-06 08:10:11.170034451 +0200
> +++ linux-3.9/drivers/net/usb/qmi_wwan.c	2013-05-06 08:58:00.800264179 +0200
> @@ -569,6 +569,7 @@ static const struct usb_device_id produc
>  	{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 */
>  	{QMI_FIXED_INTF(0x1bc7, 0x1200, 5)},	/* Telit LE920 */
> +	{QMI_FIXED_INTF(0x1e2d, 0x12d1, 4)},	/* Cinterion PLxx */
>
>  	/* 4. Gobi 1000 devices */
>  	{QMI_GOBI1K_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */

Acked-by: Bjørn Mork <bjorn@mork.no>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller May 22, 2013, 10:13 p.m. UTC | #2
From: Bjørn Mork <bjorn@mork.no>
Date: Tue, 21 May 2013 15:19:43 +0200

> Schmiedl Christian <Christian.Schmiedl@gemalto.com> writes:
> 
>> From: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>
>>
>> Added support for Cinterion's PLxx WWAN Interface by adding QMI_FIXED_INTF with
>> Cinterion's Vendor ID as well as Product ID and WWAN Interface Number.
>>
>> Signed-off-by: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>
>> Signed-off-by: Christian Schmiedl <christian.schmiedl@gemalto.com>
 ...
> Acked-by: Bjørn Mork <bjorn@mork.no>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- linux-3.9/drivers/net/usb/qmi_wwan.c.orig	2013-05-06 08:10:11.170034451 +0200
+++ linux-3.9/drivers/net/usb/qmi_wwan.c	2013-05-06 08:58:00.800264179 +0200
@@ -569,6 +569,7 @@  static const struct usb_device_id produc
 	{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 */
 	{QMI_FIXED_INTF(0x1bc7, 0x1200, 5)},	/* Telit LE920 */
+	{QMI_FIXED_INTF(0x1e2d, 0x12d1, 4)},	/* Cinterion PLxx */

 	/* 4. Gobi 1000 devices */
 	{QMI_GOBI1K_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */