summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Shelton <ben.shelton@ni.com>2015-02-16 13:47:06 -0600
committerBen Hutchings <ben@decadent.org.uk>2015-05-09 23:16:38 +0100
commitd2fcbb03f513058658a5027de20f0dc615abf9bc (patch)
treeb4ea0f645a0f9df227a3d05ad3b6a035307bf666
parent83d51909f235d8a94e9f1491482d334fb82897a3 (diff)
usb: plusb: Add support for National Instruments host-to-host cable
[ Upstream commit 42c972a1f390e3bc51ca1e434b7e28764992067f ] The National Instruments USB Host-to-Host Cable is based on the Prolific PL-25A1 chipset. Add its VID/PID so the plusb driver will recognize it. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--drivers/net/usb/plusb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c
index 217aec8a768f..4a0911024008 100644
--- a/drivers/net/usb/plusb.c
+++ b/drivers/net/usb/plusb.c
@@ -139,6 +139,11 @@ static const struct usb_device_id products [] = {
}, {
USB_DEVICE(0x050d, 0x258a), /* Belkin F5U258/F5U279 (PL-25A1) */
.driver_info = (unsigned long) &prolific_info,
+}, {
+ USB_DEVICE(0x3923, 0x7825), /* National Instruments USB
+ * Host-to-Host Cable
+ */
+ .driver_info = (unsigned long) &prolific_info,
},
{ }, // END