]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
usb: plusb: Add support for National Instruments host-to-host cable
authorBen Shelton <ben.shelton@ni.com>
Mon, 16 Feb 2015 19:47:06 +0000 (13:47 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 20:12:48 +0000 (15:12 -0500)
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>
drivers/net/usb/plusb.c

index 3d18bb0eee8528ece6509ec3848c3044ff5804ce..1bfe0fcaccf5ba31bf125f898ec6c624f506206e 100644 (file)
@@ -134,6 +134,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