[3.8.y.z extended stable] Patch "net: qmi_wwan: add support for Cinterion PXS8 and PHS8" has been added to staging queue

Kamal Mostafa kamal at canonical.com
Fri Jun 13 20:03:11 UTC 2014


This is a note to let you know that I have just added a patch titled

    net: qmi_wwan: add support for Cinterion PXS8 and PHS8

to the linux-3.8.y-queue branch of the 3.8.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.8.y-queue

This patch is scheduled to be released in version 3.8.13.24.

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.8.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Kamal

------

>From 75afcfd442e24e787e700781afa8eb2bd0dc4a9e Mon Sep 17 00:00:00 2001
From: Aleksander Morgado <aleksander at aleksander.es>
Date: Wed, 12 Feb 2014 15:55:14 +0100
Subject: net: qmi_wwan: add support for Cinterion PXS8 and PHS8
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[ 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 at gemalto.com>
CC: Christian Schmiedl <christian.schmiedl at gemalto.com>
CC: Nicolaus Colberg <nicolaus.colberg at gemalto.com>
CC: David McCullough <david.mccullough at accelecon.com>
Signed-off-by: Aleksander Morgado <aleksander at aleksander.es>
Acked-by: Bjørn Mork <bjorn at mork.no>
Signed-off-by: David S. Miller <davem at davemloft.net>
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
 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 0c60e02..47a60e8 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -580,6 +580,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 */
--
1.9.1





More information about the kernel-team mailing list