linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb-serial: add support for startech.com serial to usb convertor
@ 2021-05-02  0:40 Sean MacLennan
  2021-05-10  9:12 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Sean MacLennan @ 2021-05-02  0:40 UTC (permalink / raw)
  To: Johan Hovold, linux-usb

This adds support for the Startech.com generic serial to USB
convertor. It seems to be a bone stock TI_3410. I have been using this
patch for years.
Signed-off-by: Sean MacLennan <seanm@seanm.ca>
---
diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c
index caa46ac23db9..310db5abea9d 100644
--- a/drivers/usb/serial/ti_usb_3410_5052.c
+++ b/drivers/usb/serial/ti_usb_3410_5052.c
@@ -37,6 +37,7 @@
 /* Vendor and product ids */
 #define TI_VENDOR_ID			0x0451
 #define IBM_VENDOR_ID			0x04b3
+#define STARTECH_VENDOR_ID		0x14b0
 #define TI_3410_PRODUCT_ID		0x3410
 #define IBM_4543_PRODUCT_ID		0x4543
 #define IBM_454B_PRODUCT_ID		0x454b
@@ -370,6 +371,7 @@ static const struct usb_device_id ti_id_table_3410[] = {
 	{ USB_DEVICE(MXU1_VENDOR_ID, MXU1_1131_PRODUCT_ID) },
 	{ USB_DEVICE(MXU1_VENDOR_ID, MXU1_1150_PRODUCT_ID) },
 	{ USB_DEVICE(MXU1_VENDOR_ID, MXU1_1151_PRODUCT_ID) },
+	{ USB_DEVICE(STARTECH_VENDOR_ID, TI_3410_PRODUCT_ID) },
 	{ }	/* terminator */
 };
 
@@ -408,6 +410,7 @@ static const struct usb_device_id ti_id_table_combined[] = {
 	{ USB_DEVICE(MXU1_VENDOR_ID, MXU1_1131_PRODUCT_ID) },
 	{ USB_DEVICE(MXU1_VENDOR_ID, MXU1_1150_PRODUCT_ID) },
 	{ USB_DEVICE(MXU1_VENDOR_ID, MXU1_1151_PRODUCT_ID) },
+	{ USB_DEVICE(STARTECH_VENDOR_ID, TI_3410_PRODUCT_ID) },
 	{ }	/* terminator */
 };
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb-serial: add support for startech.com serial to usb convertor
  2021-05-02  0:40 [PATCH] usb-serial: add support for startech.com serial to usb convertor Sean MacLennan
@ 2021-05-10  9:12 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2021-05-10  9:12 UTC (permalink / raw)
  To: Sean MacLennan; +Cc: linux-usb

On Sat, May 01, 2021 at 08:40:45PM -0400, Sean MacLennan wrote:
> This adds support for the Startech.com generic serial to USB
> convertor. It seems to be a bone stock TI_3410. I have been using this
> patch for years.
> Signed-off-by: Sean MacLennan <seanm@seanm.ca>

Now applied with an updated commit summary:

	USB: serial: ti_usb_3410_5052: add startech.com device id

Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-10  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-02  0:40 [PATCH] usb-serial: add support for startech.com serial to usb convertor Sean MacLennan
2021-05-10  9:12 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).