This is a note to let you know that I've just added the patch titled net: qmi_wwan: fixup Sierra Wireless MC8305 entry to the 3.10-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-fixup-sierra-wireless-mc8305-entry.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From foo@baz Wed May 28 20:43:09 PDT 2014 From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= <bjorn@xxxxxxx> Date: Fri, 28 Jun 2013 17:17:49 +0200 Subject: net: qmi_wwan: fixup Sierra Wireless MC8305 entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= <bjorn@xxxxxxx> [ Upstream commit 5a008ffa73b4401251d548c10cadac6f8a67cfb5 ] The MC8305 module got an additional entry added based solely on information from a Windows driver *.inf file. We now have the actual descriptor layout from one of these modules, and it consists of two alternate configurations where cfg #1 is a normal Gobi 2k layout and cfg #2 is MBIM only, using interface numbers 5 and 6 for MBIM control and data. The extra Windows driver entry for interface number 5 was most likely a bug. Deleting the bogus entry to avoid unnecessary qmi_wwan probe failures when using the MBIM configuration. Reported-by: Lana Black <sickmind@xxxxxxxxxxx> Signed-off-by: Bjørn Mork <bjorn@xxxxxxx> Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/net/usb/qmi_wwan.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c @@ -760,7 +760,6 @@ static const struct usb_device_id produc {QMI_GOBI_DEVICE(0x1199, 0x9009)}, /* Sierra Wireless Gobi 2000 Modem device (VT773) */ {QMI_GOBI_DEVICE(0x1199, 0x900a)}, /* Sierra Wireless Gobi 2000 Modem device (VT773) */ {QMI_GOBI_DEVICE(0x1199, 0x9011)}, /* Sierra Wireless Gobi 2000 Modem device (MC8305) */ - {QMI_FIXED_INTF(0x1199, 0x9011, 5)}, /* alternate interface number!? */ {QMI_GOBI_DEVICE(0x16d8, 0x8002)}, /* CMDTech Gobi 2000 Modem device (VU922) */ {QMI_GOBI_DEVICE(0x05c6, 0x9205)}, /* Gobi 2000 Modem device */ {QMI_GOBI_DEVICE(0x1199, 0x9013)}, /* Sierra Wireless Gobi 3000 Modem device (MC8355) */ Patches currently in stable-queue which might be from bjorn@xxxxxxx are queue-3.10/qmi_wwan-add-onda-mt689dc-device-id-fwd.patch queue-3.10/net-qmi_wwan-fix-cinterion-plxx-product-id.patch queue-3.10/net-qmi_wwan-add-sierra-wireless-em7355.patch queue-3.10/net-qmi_wwan-add-sierra-wireless-mc73xx.patch queue-3.10/net-qmi_wwan-add-a-number-of-dell-devices.patch queue-3.10/usb-option-add-olivetti-olicard-500.patch queue-3.10/net-cdc_mbim-handle-unaccelerated-vlan-tagged-frames.patch queue-3.10/net-qmi_wwan-add-tp-link-ma260.patch queue-3.10/usb-option-add-and-update-a-number-of-cmotech-devices.patch queue-3.10/net-qmi_wwan-add-olivetti-olicard-500.patch queue-3.10/net-qmi_wwan-add-alcatel-l800ma.patch queue-3.10/net-qmi_wwan-add-support-for-cinterion-pxs8-and-phs8.patch queue-3.10/usb-qcserial-add-sierra-wireless-em7355.patch queue-3.10/net-qmi_wwan-add-zte-mf667.patch queue-3.10/net-qmi_wwan-add-a-number-of-cmotech-devices.patch queue-3.10/net-qmi_wwan-add-option-gtm681w.patch queue-3.10/usb-qcserial-add-sierra-wireless-mc7305-mc7355.patch queue-3.10/usb-qcserial-add-sierra-wireless-mc73xx.patch queue-3.10/usb-option-add-alcatel-l800ma.patch queue-3.10/net-qmi_wwan-fixup-sierra-wireless-mc8305-entry.patch queue-3.10/net-qmi_wwan-add-telit-le920-newer-firmware-support.patch queue-3.10/net-qmi_wwan-add-sierra-wireless-mc7305-mc7355.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html