diff mbox

usb: plusb: Add support for National Instruments host-to-host cable

Message ID 1424116026-27869-1-git-send-email-ben.shelton@ni.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Ben Shelton Feb. 16, 2015, 7:47 p.m. UTC
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>
---
 drivers/net/usb/plusb.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

David Miller Feb. 20, 2015, 8:14 p.m. UTC | #1
From: Ben Shelton <ben.shelton@ni.com>
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 <ben.shelton@ni.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Ben Shelton Feb. 27, 2015, 9:26 p.m. UTC | #2
On 02/20, David Miller wrote:
> From: Ben Shelton <ben.shelton@ni.com>
> 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 <ben.shelton@ni.com>
> 
> Applied, thanks.

Hi David,

Is this something you think would go into stable as well?

Thanks,
Ben
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller Feb. 27, 2015, 10:35 p.m. UTC | #3
From: Ben Shelton <ben.shelton@ni.com>
Date: Fri, 27 Feb 2015 15:26:32 -0600

> On 02/20, David Miller wrote:
>> From: Ben Shelton <ben.shelton@ni.com>
>> 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 <ben.shelton@ni.com>
>> 
>> Applied, thanks.
> 
> Hi David,
> 
> Is this something you think would go into stable as well?

I'm ambivalent.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Ben Shelton March 2, 2015, 4 p.m. UTC | #4
On 02/27, David Miller wrote:
> From: Ben Shelton <ben.shelton@ni.com>
> Date: Fri, 27 Feb 2015 15:26:32 -0600
> 
> > On 02/20, David Miller wrote:
> >> From: Ben Shelton <ben.shelton@ni.com>
> >> 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 <ben.shelton@ni.com>
> >> 
> >> Applied, thanks.
> > 
> > Hi David,
> > 
> > Is this something you think would go into stable as well?
> 
> I'm ambivalent.

In that case, could you go ahead and apply it to stable as well?

Thanks,
Ben
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller March 2, 2015, 8:26 p.m. UTC | #5
From: Ben Shelton <ben.shelton@ni.com>
Date: Mon, 2 Mar 2015 10:00:14 -0600

> On 02/27, David Miller wrote:
>> From: Ben Shelton <ben.shelton@ni.com>
>> Date: Fri, 27 Feb 2015 15:26:32 -0600
>> 
>> > On 02/20, David Miller wrote:
>> >> From: Ben Shelton <ben.shelton@ni.com>
>> >> 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 <ben.shelton@ni.com>
>> >> 
>> >> Applied, thanks.
>> > 
>> > Hi David,
>> > 
>> > Is this something you think would go into stable as well?
>> 
>> I'm ambivalent.
> 
> In that case, could you go ahead and apply it to stable as well?

Done.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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