2015-02-16 19:49:30

by Ben Shelton

[permalink] [raw]
Subject: [PATCH] usb: plusb: Add support for National Instruments host-to-host cable

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


2015-02-20 20:14:21

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] usb: plusb: Add support for National Instruments host-to-host cable

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.

2015-02-27 21:26:58

by Ben Shelton

[permalink] [raw]
Subject: Re: [PATCH] usb: plusb: Add support for National Instruments host-to-host cable

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

2015-02-27 22:35:42

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] usb: plusb: Add support for National Instruments host-to-host cable

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.