Skip to content

Commit 4071898

Browse files
tmlinddavem330
authored andcommitted
net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
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]>
1 parent e8f1f34 commit 4071898

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/net/usb/qmi_wwan.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,10 @@ static const struct usb_device_id products[] = {
580580
USB_VENDOR_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, USB_CLASS_VENDOR_SPEC, 0x01, 0x69),
581581
.driver_info = (unsigned long)&qmi_wwan_info,
582582
},
583+
{ /* Motorola Mapphone devices with MDM6600 */
584+
USB_VENDOR_AND_INTERFACE_INFO(0x22b8, USB_CLASS_VENDOR_SPEC, 0xfb, 0xff),
585+
.driver_info = (unsigned long)&qmi_wwan_info,
586+
},
583587

584588
/* 2. Combined interface devices matching on class+protocol */
585589
{ /* Huawei E367 and possibly others in "Windows mode" */

0 commit comments

Comments
 (0)