[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140529043523.963427787@linuxfoundation.org>
Date: Wed, 28 May 2014 21:37:54 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org,
Hans-Christoph Schemmel <hans-christoph.schemmel@...alto.com>,
Christian Schmiedl <christian.schmiedl@...alto.com>,
Nicolaus Colberg <nicolaus.colberg@...alto.com>,
David McCullough <david.mccullough@...elecon.com>,
Aleksander Morgado <aleksander@...ksander.es>,
Bjørn Mork <bjorn@...k.no>,
"David S. Miller" <davem@...emloft.net>
Subject: [PATCH 3.10 79/86] net: qmi_wwan: add support for Cinterion PXS8 and PHS8
3.10-stable review patch. If anyone has any objections, please let me know.
------------------
From: Aleksander Morgado <aleksander@...ksander.es>
[ Upstream commit 9b2b6a2d669c909dd0b125fc834da94bcfc0aee7 ]
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@...alto.com>
CC: Christian Schmiedl <christian.schmiedl@...alto.com>
CC: Nicolaus Colberg <nicolaus.colberg@...alto.com>
CC: David McCullough <david.mccullough@...elecon.com>
Signed-off-by: Aleksander Morgado <aleksander@...ksander.es>
Acked-by: Bjørn Mork <bjorn@...k.no>
Signed-off-by: David S. Miller <davem@...emloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
drivers/net/usb/qmi_wwan.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -719,6 +719,7 @@ static const struct usb_device_id produc
{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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists