projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f1f34
)
net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
author
Tony Lindgren
<
[email protected]
>
Sun, 19 Mar 2017 16:19:57 +0000
(09:19 -0700)
committer
David S. Miller
<
[email protected]
>
Wed, 22 Mar 2017 02:06:38 +0000
(19:06 -0700)
This gets qmicli working with the MDM6600 modem.
Cc: Bjørn Mork <
[email protected]
>
Reviewed-by: Sebastian Reichel <
[email protected]
>
Tested-by: Sebastian Reichel <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
Acked-by: Bjørn Mork <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/usb/qmi_wwan.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/qmi_wwan.c
b/drivers/net/usb/qmi_wwan.c
index f8d55aa058ecc9fa9756563def24cf2571b8d3b1..156f7f85e4860d682d679df68bfe8cfe2a3d4b3b 100644
(file)
--- a/
drivers/net/usb/qmi_wwan.c
+++ b/
drivers/net/usb/qmi_wwan.c
@@
-580,6
+580,10
@@
static const struct usb_device_id products[] = {
USB_VENDOR_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, USB_CLASS_VENDOR_SPEC, 0x01, 0x69),
.driver_info = (unsigned long)&qmi_wwan_info,
},
+ { /* Motorola Mapphone devices with MDM6600 */
+ USB_VENDOR_AND_INTERFACE_INFO(0x22b8, USB_CLASS_VENDOR_SPEC, 0xfb, 0xff),
+ .driver_info = (unsigned long)&qmi_wwan_info,
+ },
/* 2. Combined interface devices matching on class+protocol */
{ /* Huawei E367 and possibly others in "Windows mode" */