diff options
author | simon <simon@ubuntu.(none)> | 2011-04-06 21:40:14 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-10 18:46:44 -0700 |
commit | 647da406e5e6cef87d17ee4d3c65c7b496883a3f (patch) | |
tree | 5c5b2718163844484433f3c97ff2fa5a45c72c69 /drivers/net/usb/Kconfig | |
parent | 6e4d2d9eb22dc9e9f0abfb1a464405b97a461cde (diff) | |
download | linux-rt-647da406e5e6cef87d17ee4d3c65c7b496883a3f.tar.gz |
usb: plusb: Add support for PL-25A1
This patch adds support for the PL-25A1 by adding the appropriate
USB ID's. This chip is used in the Belkin 'Windows Easy Transfer'
Cables.
Signed-off-by: Simon Wood <simon@mungewell.org>
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 3ec22c307797..9d4f9117260f 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -258,7 +258,7 @@ config USB_NET_NET1080 optionally with LEDs that indicate traffic config USB_NET_PLUSB - tristate "Prolific PL-2301/2302 based cables" + tristate "Prolific PL-2301/2302/25A1 based cables" # if the handshake/init/reset problems, from original 'plusb', # are ever resolved ... then remove "experimental" depends on USB_USBNET && EXPERIMENTAL |