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 <[email protected]>
---
drivers/net/usb/plusb.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c
index 3d18bb0..1bfe0fc 100644
--- a/drivers/net/usb/plusb.c
+++ b/drivers/net/usb/plusb.c
@@ -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
--
2.3.0
From: Ben Shelton <[email protected]>
Date: Mon, 16 Feb 2015 13:47:06 -0600
> 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 <[email protected]>
Applied, thanks.
On 02/20, David Miller wrote:
> From: Ben Shelton <[email protected]>
> Date: Mon, 16 Feb 2015 13:47:06 -0600
>
> > 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 <[email protected]>
>
> Applied, thanks.
Hi David,
Is this something you think would go into stable as well?
Thanks,
Ben
From: Ben Shelton <[email protected]>
Date: Fri, 27 Feb 2015 15:26:32 -0600
> On 02/20, David Miller wrote:
>> From: Ben Shelton <[email protected]>
>> Date: Mon, 16 Feb 2015 13:47:06 -0600
>>
>> > 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 <[email protected]>
>>
>> Applied, thanks.
>
> Hi David,
>
> Is this something you think would go into stable as well?
I'm ambivalent.