This is a note to let you know that I've just added the patch titled
net: qmi_wwan: add a number of Dell devices
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-add-a-number-of-dell-devices.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 <[email protected]> know about it.
>From foo@baz Wed May 28 20:43:09 PDT 2014
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= <[email protected]>
Date: Fri, 25 Apr 2014 19:00:34 +0200
Subject: net: qmi_wwan: add a number of Dell devices
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= <[email protected]>
[ Upstream commit 6f10c5d1b1aeddb63d33070abb8bc5a177beeb1f ]
Dan writes:
"The Dell drivers use the same configuration for PIDs:
81A2: Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card
81A3: Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card
81A4: Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card
81A8: Dell Wireless 5808 Gobi(TM) 4G LTE Mobile Broadband Card
81A9: Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card
These devices are all clearly Sierra devices, but are also definitely
Gobi-based. The A8 might be the MC7700/7710 and A9 is likely a MC7750.
>From DellGobi5kSetup.exe from the Dell drivers:
usbif0: serial/firmware loader?
usbif2: nmea
usbif3: modem/ppp
usbif8: net/QMI"
Reported-by: AceLan Kao <[email protected]>
Reported-by: Dan Williams <[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 | 5 +++++
1 file changed, 5 insertions(+)
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -743,6 +743,11 @@ static const struct usb_device_id produc
{QMI_FIXED_INTF(0x0b3c, 0xc00b, 4)}, /* Olivetti Olicard 500 */
{QMI_FIXED_INTF(0x1e2d, 0x0060, 4)}, /* Cinterion PLxx */
{QMI_FIXED_INTF(0x1e2d, 0x0053, 4)}, /* Cinterion PHxx,PXxx */
+ {QMI_FIXED_INTF(0x413c, 0x81a2, 8)}, /* Dell Wireless 5806 Gobi(TM)
4G LTE Mobile Broadband Card */
+ {QMI_FIXED_INTF(0x413c, 0x81a3, 8)}, /* Dell Wireless 5570 HSPA+
(42Mbps) Mobile Broadband Card */
+ {QMI_FIXED_INTF(0x413c, 0x81a4, 8)}, /* Dell Wireless 5570e HSPA+
(42Mbps) Mobile Broadband Card */
+ {QMI_FIXED_INTF(0x413c, 0x81a8, 8)}, /* Dell Wireless 5808 Gobi(TM)
4G LTE Mobile Broadband Card */
+ {QMI_FIXED_INTF(0x413c, 0x81a9, 8)}, /* Dell Wireless 5808e Gobi(TM)
4G LTE Mobile Broadband Card */
/* 4. Gobi 1000 devices */
{QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */
Patches currently in stable-queue which might be from [email protected] 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html