zaurus: Add ID for C-750/C-760/C-860/SL-C3000 PDA in MDLM mode

Subsystems: networking drivers, the rest, usb networking drivers

2 messages, 2 authors, 2012-02-21 · open the first message on its own page

zaurus: Add ID for C-750/C-760/C-860/SL-C3000 PDA in MDLM mode

From: Dave Jones <hidden>
Date: 2012-02-21 03:28:17

In 16adf5d07987d93675945f3cecf0e33706566005 I removed an over-broad
alias that caused zaurus.ko to bind to unrelated devices.
I had a report that at least one valid case no longer auto-loads because of this.
This patch adds an ID for that case.

Reported-by: Raphael Wimmer <redacted>
Signed-off-by: Dave Jones <redacted>
diff --git a/drivers/net/usb/zaurus.c b/drivers/net/usb/zaurus.c
index f701d41..ed2caed 100644
--- a/drivers/net/usb/zaurus.c
+++ b/drivers/net/usb/zaurus.c
@@ -316,6 +316,11 @@ static const struct usb_device_id	products [] = {
 	ZAURUS_MASTER_INTERFACE,
 	.driver_info = ZAURUS_PXA_INFO,
 }, {
+	/* C-750/C-760/C-860/SL-C3000 PDA in MDLM mode */
+	USB_DEVICE_AND_INTERFACE_INFO(0x04DD, 0x9031, USB_CLASS_COMM,
+			USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
+	.driver_info = (unsigned long) &bogus_mdlm_info,
+}, {
 	.match_flags    =   USB_DEVICE_ID_MATCH_INT_INFO
 		 | USB_DEVICE_ID_MATCH_DEVICE,
 	.idVendor               = 0x04DD,

Re: zaurus: Add ID for C-750/C-760/C-860/SL-C3000 PDA in MDLM mode

From: David Miller <davem@davemloft.net>
Date: 2012-02-21 20:29:16

From: Dave Jones <redacted>
Date: Mon, 20 Feb 2012 22:28:13 -0500
In 16adf5d07987d93675945f3cecf0e33706566005 I removed an over-broad
alias that caused zaurus.ko to bind to unrelated devices.
I had a report that at least one valid case no longer auto-loads because of this.
This patch adds an ID for that case.

Reported-by: Raphael Wimmer <redacted>
Signed-off-by: Dave Jones <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help