* [PATCH torvalds-2.6] cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit)
@ 2010-02-19 11:59 Torgny Johansson
2010-02-23 9:25 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Torgny Johansson @ 2010-02-19 11:59 UTC (permalink / raw)
To: davem; +Cc: netdev
Hi again!
Resubmitting this patch since it looks like a word-wrap sneaked in into my previous
mail.
This patch adds a new vid/pid to the cdc_ether whitelist.
Device added:
- Ericsson Mobile Broadband variant C3607w
Regards
Torgny Johansson
---
Signed-off-by: Torgny Johansson <torgny.johansson@gmail.com>
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c
index 4f27f02..5f3b9ea 100644
--- a/drivers/net/usb/cdc_ether.c
+++ b/drivers/net/usb/cdc_ether.c
@@ -584,6 +584,11 @@ static const struct usb_device_id products [] = {
USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
.driver_info = (unsigned long) &mbm_info,
}, {
+ /* Ericsson C3607w ver 2 */
+ USB_DEVICE_AND_INTERFACE_INFO(0x0bdb, 0x190b, USB_CLASS_COMM,
+ USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
+ .driver_info = (unsigned long) &mbm_info,
+}, {
/* Toshiba F3507g */
USB_DEVICE_AND_INTERFACE_INFO(0x0930, 0x130b, USB_CLASS_COMM,
USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-23 9:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-19 11:59 [PATCH torvalds-2.6] cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit) Torgny Johansson
2010-02-23 9:25 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).