All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] USB: serial: ftdi_sio: add IDs for Xsens Mti USB converter
@ 2020-08-06 11:55 Patrick Riphagen
  2020-08-06 12:00 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Riphagen @ 2020-08-06 11:55 UTC (permalink / raw)
  To: Johan Hovold, Greg Kroah-Hartman, linux-usb, linux-kernel
  Cc: patrick.riphagen, stable

From: Patrick Riphagen <patrick.riphagen@xsens.com>

The device added has an FTDI chip inside.
The device is used to connect Xsens USB Motion Trackers.

Cc: stable@vger.kernel.org
Signed-off-by: Patrick Riphagen <patrick.riphagen@xsens.com>
---
 drivers/usb/serial/ftdi_sio.c     | 1 +
 drivers/usb/serial/ftdi_sio_ids.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 9ad44a96dfe3..2c08cad32f1d 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -713,6 +713,7 @@ static const struct usb_device_id id_table_combined[] = {
 	{ USB_DEVICE(XSENS_VID, XSENS_AWINDA_STATION_PID) },
 	{ USB_DEVICE(XSENS_VID, XSENS_CONVERTER_PID) },
 	{ USB_DEVICE(XSENS_VID, XSENS_MTDEVBOARD_PID) },
+	{ USB_DEVICE(XSENS_VID, XSENS_MTIUSBCONVERTER_PID) },
 	{ USB_DEVICE(XSENS_VID, XSENS_MTW_PID) },
 	{ USB_DEVICE(FTDI_VID, FTDI_OMNI1509) },
 	{ USB_DEVICE(MOBILITY_VID, MOBILITY_USB_SERIAL_PID) },
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
index e8373528264c..b5ca17a5967a 100644
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -160,6 +160,7 @@
 #define XSENS_AWINDA_DONGLE_PID 0x0102
 #define XSENS_MTW_PID		0x0200	/* Xsens MTw */
 #define XSENS_MTDEVBOARD_PID	0x0300	/* Motion Tracker Development Board */
+#define XSENS_MTIUSBCONVERTER_PID	0x0301	/* MTi USB converter */
 #define XSENS_CONVERTER_PID	0xD00D	/* Xsens USB-serial converter */
 
 /* Xsens devices using FTDI VID */
-- 
2.25.1
V2: Added CC to stable, From line to match SoB and version in subject


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

* Re: [PATCH V2] USB: serial: ftdi_sio: add IDs for Xsens Mti USB converter
  2020-08-06 11:55 [PATCH V2] USB: serial: ftdi_sio: add IDs for Xsens Mti USB converter Patrick Riphagen
@ 2020-08-06 12:00 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2020-08-06 12:00 UTC (permalink / raw)
  To: Patrick Riphagen
  Cc: Johan Hovold, Greg Kroah-Hartman, linux-usb, linux-kernel,
	patrick.riphagen, stable

On Thu, Aug 06, 2020 at 01:55:47PM +0200, Patrick Riphagen wrote:
> From: Patrick Riphagen <patrick.riphagen@xsens.com>
> 
> The device added has an FTDI chip inside.
> The device is used to connect Xsens USB Motion Trackers.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Patrick Riphagen <patrick.riphagen@xsens.com>
> ---

Thanks for the update. I've queued this one up for 5.9.

Johan

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

end of thread, other threads:[~2020-08-06 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 11:55 [PATCH V2] USB: serial: ftdi_sio: add IDs for Xsens Mti USB converter Patrick Riphagen
2020-08-06 12:00 ` Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.