Skip to content

Commit 4ee082a

Browse files
tmlindgregkh
authored andcommitted
net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
[ Upstream commit 4071898 ] This gets qmicli working with the MDM6600 modem. Cc: Bjørn Mork <bjorn@mork.no> Reviewed-by: Sebastian Reichel <sre@kernel.org> Tested-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Acked-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9ed8f0f commit 4ee082a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/net/usb/qmi_wwan.c

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

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

0 commit comments

Comments
 (0)