diff options
author | Dmitry Bezrukov <dmitry.bezrukov@aquantia.com> | 2019-03-23 16:59:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-26 21:19:42 +0300 |
commit | b7ebee2f95fb0fa2862d5ed2de707f872c311393 (patch) | |
tree | eb461464003616ccc3666dd07f429b9bdbfbbd39 /drivers/net/usb/cdc_ether.c | |
parent | 1f8389bf63aec99218c62490869ca38d1a38ce46 (diff) | |
download | linux-b7ebee2f95fb0fa2862d5ed2de707f872c311393.tar.xz |
net: usb: aqc111: Extend HWID table by QNAP device
New device of QNAP 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: 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 5512a1038721..3e9b2c319e45 100644 --- a/drivers/net/usb/cdc_ether.c +++ b/drivers/net/usb/cdc_ether.c @@ -851,6 +851,14 @@ static const struct usb_device_id products[] = { .driver_info = 0, }, +/* QNAP QNA-UC5G1T USB to 5GbE Adapter (based on AQC111U) */ +{ + USB_DEVICE_AND_INTERFACE_INFO(0x1c04, 0x0015, USB_CLASS_COMM, + USB_CDC_SUBCLASS_ETHERNET, + USB_CDC_PROTO_NONE), + .driver_info = 0, +}, + /* WHITELIST!!! * * CDC Ether uses two interfaces, not necessarily consecutive. |