[3.11.y.z extended stable] Patch "net: qmi_wwan: Olivetti Olicard 200 support" has been added to staging queue

Luis Henriques luis.henriques at canonical.com
Tue Jun 3 10:27:54 UTC 2014


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

    net: qmi_wwan: Olivetti Olicard 200 support

to the linux-3.11.y-queue branch of the 3.11.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.11.y-queue

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.11.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Luis

------

>From b9f1a33a17b5224ded9e901ea29ad81e7e06c16c Mon Sep 17 00:00:00 2001
From: Enrico Mioso <mrkiko.rs at gmail.com>
Date: Tue, 15 Oct 2013 15:06:48 +0200
Subject: net: qmi_wwan: Olivetti Olicard 200 support

commit ce97fef4235378108ed3bd96e1b3eab8fd0a1fbd upstream.

This is a QMI device, manufactured by TCT Mobile Phones.
A companion patch blacklisting this device's QMI interface in the option.c
driver has been sent.

Signed-off-by: Enrico Mioso <mrkiko.rs at gmail.com>
Signed-off-by: Antonella Pellizzari <anto.pellizzari83 at gmail.com>
Tested-by: Dan Williams <dcbw at redhat.com>
Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Signed-off-by: David S. Miller <davem at davemloft.net>
Signed-off-by: Luis Henriques <luis.henriques 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 24a0e9f365d7..d6ef9b51907c 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -716,6 +716,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x2357, 0x9000, 4)},	/* TP-LINK MA260 */
 	{QMI_FIXED_INTF(0x1bc7, 0x1200, 5)},	/* Telit LE920 */
 	{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 */

 	/* 4. Gobi 1000 devices */
--
1.9.1





More information about the kernel-team mailing list