diff options
author | Dmitry Bezrukov <dmitry.bezrukov@aquantia.com> | 2019-01-14 11:14:41 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-01-17 00:32:42 +0300 |
commit | 9098f21f4cc0f13bc0caa747590e53479c267405 (patch) | |
tree | 25204495fe270b1e886cc33c770c013398b3b643 /drivers/net/usb/cdc_ether.c | |
parent | cd0c4e70fc0ccfa705cdf55efb27519ce9337a26 (diff) | |
download | linux-9098f21f4cc0f13bc0caa747590e53479c267405.tar.xz |
net: usb: aqc111: Extend HWID table by TRENDnet device
New device of TRENDnet based on aqc111u
Add this ID to blacklist of cdc_ether driver as well
Signed-off-by: Dmitry Bezrukov <dmitry.bezrukov@aquantia.com>
Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 3305f23793c7..5512a1038721 100644 --- a/drivers/net/usb/cdc_ether.c +++ b/drivers/net/usb/cdc_ether.c @@ -843,6 +843,14 @@ static const struct usb_device_id products[] = { .driver_info = 0, }, +/* USB-C 3.1 to 5GBASE-T Ethernet Adapter (based on AQC111U) */ +{ + USB_DEVICE_AND_INTERFACE_INFO(0x20f4, 0xe05a, USB_CLASS_COMM, + USB_CDC_SUBCLASS_ETHERNET, + USB_CDC_PROTO_NONE), + .driver_info = 0, +}, + /* WHITELIST!!! * * CDC Ether uses two interfaces, not necessarily consecutive. |