diff mbox

net: qmi_wwan: add support for Cinterion PXS8 and PHS8

Message ID 1392216914-11520-1-git-send-email-aleksander@aleksander.es
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Aleksander Morgado Feb. 12, 2014, 2:55 p.m. UTC
When the PXS8 and PHS8 devices show up with PID 0x0053 they will expose both a
QMI port and a WWAN interface.

CC: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>
CC: Christian Schmiedl <christian.schmiedl@gemalto.com>
CC: Nicolaus Colberg <nicolaus.colberg@gemalto.com>
CC: David McCullough <david.mccullough@accelecon.com>
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
---
 drivers/net/usb/qmi_wwan.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Bjørn Mork Feb. 12, 2014, 3:25 p.m. UTC | #1
Aleksander Morgado <aleksander@aleksander.es> writes:

> When the PXS8 and PHS8 devices show up with PID 0x0053 they will expose both a
> QMI port and a WWAN interface.
>
> CC: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>
> CC: Christian Schmiedl <christian.schmiedl@gemalto.com>
> CC: Nicolaus Colberg <nicolaus.colberg@gemalto.com>
> CC: David McCullough <david.mccullough@accelecon.com>
> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>

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 Feb. 13, 2014, 11:23 p.m. UTC | #2
From: Aleksander Morgado <aleksander@aleksander.es>
Date: Wed, 12 Feb 2014 15:55:14 +0100

> When the PXS8 and PHS8 devices show up with PID 0x0053 they will expose both a
> QMI port and a WWAN interface.
> 
> CC: Hans-Christoph Schemmel <hans-christoph.schemmel@gemalto.com>
> CC: Christian Schmiedl <christian.schmiedl@gemalto.com>
> CC: Nicolaus Colberg <nicolaus.colberg@gemalto.com>
> CC: David McCullough <david.mccullough@accelecon.com>
> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>

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

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index ff5c871..1eddd43 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -732,6 +732,7 @@  static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x1bc7, 0x1201, 2)},	/* Telit LE920 */
 	{QMI_FIXED_INTF(0x0b3c, 0xc005, 6)},    /* Olivetti Olicard 200 */
 	{QMI_FIXED_INTF(0x1e2d, 0x0060, 4)},	/* Cinterion PLxx */
+	{QMI_FIXED_INTF(0x1e2d, 0x0053, 4)},	/* Cinterion PHxx,PXxx */
 
 	/* 4. Gobi 1000 devices */
 	{QMI_GOBI1K_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */