diff options
Diffstat (limited to 'drivers/net/usb/cdc_ether.c')
-rw-r--r-- | drivers/net/usb/cdc_ether.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c index 4545e78840b0..35a2bffe848a 100644 --- a/drivers/net/usb/cdc_ether.c +++ b/drivers/net/usb/cdc_ether.c | |||
@@ -523,6 +523,7 @@ static const struct driver_info wwan_info = { | |||
523 | #define REALTEK_VENDOR_ID 0x0bda | 523 | #define REALTEK_VENDOR_ID 0x0bda |
524 | #define SAMSUNG_VENDOR_ID 0x04e8 | 524 | #define SAMSUNG_VENDOR_ID 0x04e8 |
525 | #define LENOVO_VENDOR_ID 0x17ef | 525 | #define LENOVO_VENDOR_ID 0x17ef |
526 | #define NVIDIA_VENDOR_ID 0x0955 | ||
526 | 527 | ||
527 | static const struct usb_device_id products[] = { | 528 | static const struct usb_device_id products[] = { |
528 | /* BLACKLIST !! | 529 | /* BLACKLIST !! |
@@ -710,6 +711,13 @@ static const struct usb_device_id products[] = { | |||
710 | .driver_info = 0, | 711 | .driver_info = 0, |
711 | }, | 712 | }, |
712 | 713 | ||
714 | /* NVIDIA Tegra USB 3.0 Ethernet Adapters (based on Realtek RTL8153) */ | ||
715 | { | ||
716 | USB_DEVICE_AND_INTERFACE_INFO(NVIDIA_VENDOR_ID, 0x09ff, USB_CLASS_COMM, | ||
717 | USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE), | ||
718 | .driver_info = 0, | ||
719 | }, | ||
720 | |||
713 | /* WHITELIST!!! | 721 | /* WHITELIST!!! |
714 | * | 722 | * |
715 | * CDC Ether uses two interfaces, not necessarily consecutive. | 723 | * CDC Ether uses two interfaces, not necessarily consecutive. |