summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/cdc_ether.c
diff options
context:
space:
mode:
authorDmitry Bezrukov2019-01-14 09:14:41 +0100
committerDavid S. Miller2019-01-16 22:32:42 +0100
commit9098f21f4cc0f13bc0caa747590e53479c267405 (patch)
tree25204495fe270b1e886cc33c770c013398b3b643 /drivers/net/usb/cdc_ether.c
parentnet_sched: refetch skb protocol for each filter (diff)
downloadkernel-qcow2-linux-9098f21f4cc0f13bc0caa747590e53479c267405.tar.gz
kernel-qcow2-linux-9098f21f4cc0f13bc0caa747590e53479c267405.tar.xz
kernel-qcow2-linux-9098f21f4cc0f13bc0caa747590e53479c267405.zip
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.c8
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.