This is a note to let you know that I've just added the patch titled

    net: qmi_wwan: Add Vodafone/Huawei K5005 support

to the 3.4-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     net-qmi_wwan-add-vodafone-huawei-k5005-support.patch
and it can be found in the queue-3.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 88c16dc3bb61a1c1e9d4c78f45cc2107bc8d5249 Mon Sep 17 00:00:00 2001
From: Bjørn Mork <[email protected]>
Date: Sat, 19 May 2012 07:20:31 +0000
Subject: net: qmi_wwan: Add Vodafone/Huawei K5005 support

From: Bjørn Mork <[email protected]>

commit 88c16dc3bb61a1c1e9d4c78f45cc2107bc8d5249 upstream.

Tested-by: Thomas Schäfer <[email protected]>
Signed-off-by: Bjørn Mork <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/net/usb/qmi_wwan.c |    8 ++++++++
 1 file changed, 8 insertions(+)

--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -407,6 +407,14 @@ static const struct usb_device_id produc
                .bInterfaceProtocol = 8, /* NOTE: This is the *slave* interface 
of the CDC Union! */
                .driver_info        = (unsigned long)&qmi_wwan_info,
        },
+       {       /* Vodafone/Huawei K5005 (12d1:14c8) and similar modems */
+               .match_flags        = USB_DEVICE_ID_MATCH_VENDOR | 
USB_DEVICE_ID_MATCH_INT_INFO,
+               .idVendor           = HUAWEI_VENDOR_ID,
+               .bInterfaceClass    = USB_CLASS_VENDOR_SPEC,
+               .bInterfaceSubClass = 1,
+               .bInterfaceProtocol = 56, /* NOTE: This is the *slave* 
interface of the CDC Union! */
+               .driver_info        = (unsigned long)&qmi_wwan_info,
+       },
        {       /* Huawei E392, E398 and possibly others in "Windows mode"
                 * using a combined control and data interface without any CDC
                 * functional descriptors


Patches currently in stable-queue which might be from [email protected] are

queue-3.4/usb-option-replace-zte-k5006-z-entry-with-vendor-class-rule.patch
queue-3.4/usb-ftdi_sio-do-not-claim-cdc-acm-function.patch
queue-3.4/kobject-fix-oops-with-input0-bad-kobj_uevent_env-content-in-show_uevent.patch
queue-3.4/net-qmi_wwan-add-vodafone-huawei-k5005-support.patch
queue-3.4/usb-qmi_wwan-add-zte-vodafone-k3765-z.patch
queue-3.4/net-qmi_wwan-add-zte-mf60.patch
queue-3.4/net-qmi_wwan-add-zte-mf821d.patch
queue-3.4/usb-cdc-wdm-fix-wdm_find_device-return-value.patch
queue-3.4/net-qmi_wwan-add-sierra-wireless-device-ids.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to