diff options
author | Roman Spychała <roed@onet.eu> | 2017-04-20 12:04:10 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-25 10:08:16 -0400 |
commit | 6f2aee0c0de65013333bbc26fe50c9c7b09a37f7 (patch) | |
tree | 7fdb4a89ab5d3c1614a08d9d6995480d2a830890 /drivers/net/usb/Kconfig | |
parent | 38a98bceaf5f786b931d16826fbb46e73280849b (diff) |
usb: plusb: Add support for PL-27A1
This patch adds support for the PL-27A1 by adding the appropriate
USB ID's. This chip is used in the goobay Active USB 3.0 Data Link
and Unitek Y-3501 cables.
Signed-off-by: Roman Spychała <roed@onet.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Kconfig')
-rw-r--r-- | drivers/net/usb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 3dd490f53e48..f28bd74ac275 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -369,7 +369,7 @@ config USB_NET_NET1080 optionally with LEDs that indicate traffic config USB_NET_PLUSB - tristate "Prolific PL-2301/2302/25A1 based cables" + tristate "Prolific PL-2301/2302/25A1/27A1 based cables" # if the handshake/init/reset problems, from original 'plusb', # are ever resolved ... then remove "experimental" depends on USB_USBNET |