diff options
author | Dan Williams <dcbw@redhat.com> | 2011-05-09 07:43:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-10 15:03:50 -0700 |
commit | aae1e743fee2b5523fb31ee050295f062cb26a31 (patch) | |
tree | 2cb410cd42e7399845696e9dca3a6958e674c11b | |
parent | 6fa5ddcc675b937f94d05628e8997c07a80c6cb9 (diff) |
net/usb: mark LG VL600 LTE modem ethernet interface as WWAN
Like other mobile broadband device ethernet interfaces, mark the LG
VL600 with the 'wwan' devtype so userspace knows it needs additional
configuration via the AT port before the interface can be used.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/usb/cdc_ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c index a301479ecc6..c924ea2bce0 100644 --- a/drivers/net/usb/cdc_ether.c +++ b/drivers/net/usb/cdc_ether.c @@ -567,7 +567,7 @@ static const struct usb_device_id products [] = { { USB_DEVICE_AND_INTERFACE_INFO(0x1004, 0x61aa, USB_CLASS_COMM, USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE), - .driver_info = 0, + .driver_info = (unsigned long)&wwan_info, }, /* |