* [PATCH 1/1] net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
@ 2015-11-13 17:01 Daniele Palmas
2015-11-16 19:58 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Daniele Palmas @ 2015-11-13 17:01 UTC (permalink / raw)
To: Oliver Neukum; +Cc: linux-usb, netdev, linux-kernel, Daniele Palmas
Since Dell DW5580 is a 3G modem, this patch adds the device as a
mobile broadband adapter
Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
---
drivers/net/usb/cdc_ether.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c
index 35a2bff..5e92076 100644
--- a/drivers/net/usb/cdc_ether.c
+++ b/drivers/net/usb/cdc_ether.c
@@ -764,6 +764,11 @@ static const struct usb_device_id products[] = {
USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
.driver_info = (kernel_ulong_t) &wwan_info,
}, {
+ /* Dell DW5580 modules */
+ USB_DEVICE_AND_INTERFACE_INFO(DELL_VENDOR_ID, 0x81ba, USB_CLASS_COMM,
+ USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
+ .driver_info = (kernel_ulong_t)&wwan_info,
+}, {
USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ETHERNET,
USB_CDC_PROTO_NONE),
.driver_info = (unsigned long) &cdc_info,
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
2015-11-13 17:01 [PATCH 1/1] net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter Daniele Palmas
@ 2015-11-16 19:58 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-11-16 19:58 UTC (permalink / raw)
To: dnlplm; +Cc: oliver, linux-usb, netdev, linux-kernel
From: Daniele Palmas <dnlplm@gmail.com>
Date: Fri, 13 Nov 2015 18:01:21 +0100
> Since Dell DW5580 is a 3G modem, this patch adds the device as a
> mobile broadband adapter
>
> Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-16 19:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-13 17:01 [PATCH 1/1] net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter Daniele Palmas
2015-11-16 19:58 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®