* [PATCH] USB: Add Motorola Rokr E6 Id to the USBNet driver "zaurus"
@ 2012-03-26 14:11 Guan Xin
2012-03-28 2:40 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Guan Xin @ 2012-03-26 14:11 UTC (permalink / raw)
To: linux-kernel; +Cc: netdev, Dave Jones, Guan Xin
From: Guan Xin <guanx.bac@gmail.com>
Added Vendor/Device Id of Motorola Rokr E6 (22b8:6027) so it can be
recognized by the "zaurus" USBNet driver.
Applies to Linux 3.2.13 and 2.6.39.4.
Signed-off-by: Guan Xin <guanx.bac@gmail.com>
---
--- a/drivers/net/usb/zaurus.c 2012-03-26 15:28:43.964244583 +0200
+++ b/drivers/net/usb/zaurus.c 2012-03-26 15:02:16.860801959 +0200
@@ -332,6 +332,11 @@ static const struct usb_device_id produc
.driver_info = ZAURUS_PXA_INFO,
},
{
+ /* Motorola Rokr E6 */
+ USB_DEVICE_AND_INTERFACE_INFO(0x22b8, 0x6027, USB_CLASS_COMM,
+ USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
+ .driver_info = (unsigned long) &bogus_mdlm_info,
+}, {
/* Motorola MOTOMAGX phones */
USB_DEVICE_AND_INTERFACE_INFO(0x22b8, 0x6425, USB_CLASS_COMM,
USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-28 2:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26 14:11 [PATCH] USB: Add Motorola Rokr E6 Id to the USBNet driver "zaurus" Guan Xin
2012-03-28 2:40 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox