All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2
@ 2021-08-04 23:25 David Bauer
  2021-08-05  7:48 ` Johan Hovold
  2021-08-05 11:52 ` Sergei Shtylyov
  0 siblings, 2 replies; 5+ messages in thread
From: David Bauer @ 2021-08-04 23:25 UTC (permalink / raw)
  To: johan; +Cc: gregkh, linux-usb

The Auto-M§ OP-COM v2 is a OBD diagnostic device using a FTD232 for the
USB connection.

Signed-off-by: David Bauer <mail@david-bauer.net>
---
 drivers/usb/serial/ftdi_sio.c     | 1 +
 drivers/usb/serial/ftdi_sio_ids.h | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 4a1f3a95d017..33bbb3470ca3 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -219,6 +219,7 @@ static const struct usb_device_id id_table_combined[] = {
 	{ USB_DEVICE(FTDI_VID, FTDI_MTXORB_6_PID) },
 	{ USB_DEVICE(FTDI_VID, FTDI_R2000KU_TRUE_RNG) },
 	{ USB_DEVICE(FTDI_VID, FTDI_VARDAAN_PID) },
+	{ USB_DEVICE(FTDI_VID, FTDI_AUTO_M3_OP_COM_V2_PID) },
 	{ USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0100_PID) },
 	{ USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0101_PID) },
 	{ USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0102_PID) },
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
index add602bebd82..755858ca20ba 100644
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -159,6 +159,9 @@
 /* Vardaan Enterprises Serial Interface VEUSB422R3 */
 #define FTDI_VARDAAN_PID	0xF070
 
+/* Auto-M3 Ltd. - OP-COM USB V2 - OBD interface Adapter */
+#define FTDI_AUTO_M3_OP_COM_V2_PID	0x4f50
+
 /*
  * Xsens Technologies BV products (http://www.xsens.com).
  */
-- 
2.32.0


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

* Re: [PATCH] USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2
  2021-08-04 23:25 [PATCH] USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2 David Bauer
@ 2021-08-05  7:48 ` Johan Hovold
  2021-08-05 11:52 ` Sergei Shtylyov
  1 sibling, 0 replies; 5+ messages in thread
From: Johan Hovold @ 2021-08-05  7:48 UTC (permalink / raw)
  To: David Bauer; +Cc: gregkh, linux-usb

On Thu, Aug 05, 2021 at 01:25:22AM +0200, David Bauer wrote:
> The Auto-M§ OP-COM v2 is a OBD diagnostic device using a FTD232 for the
> USB connection.
> 
> Signed-off-by: David Bauer <mail@david-bauer.net>

Applied, thanks.

Johan

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

* Re: [PATCH] USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2
  2021-08-04 23:25 [PATCH] USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2 David Bauer
  2021-08-05  7:48 ` Johan Hovold
@ 2021-08-05 11:52 ` Sergei Shtylyov
  2021-08-05 16:04   ` Johan Hovold
  1 sibling, 1 reply; 5+ messages in thread
From: Sergei Shtylyov @ 2021-08-05 11:52 UTC (permalink / raw)
  To: David Bauer, johan; +Cc: gregkh, linux-usb

On 05.08.2021 2:25, David Bauer wrote:

> The Auto-M§ OP-COM v2 is a OBD diagnostic device using a FTD232 for the

    M3?

> USB connection.
> 
> Signed-off-by: David Bauer <mail@david-bauer.net>
[...]
> diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
> index add602bebd82..755858ca20ba 100644
> --- a/drivers/usb/serial/ftdi_sio_ids.h
> +++ b/drivers/usb/serial/ftdi_sio_ids.h
> @@ -159,6 +159,9 @@
>   /* Vardaan Enterprises Serial Interface VEUSB422R3 */
>   #define FTDI_VARDAAN_PID	0xF070
>   
> +/* Auto-M3 Ltd. - OP-COM USB V2 - OBD interface Adapter */
> +#define FTDI_AUTO_M3_OP_COM_V2_PID	0x4f50
> +
[...]

MBR, Sergei

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

* Re: [PATCH] USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2
  2021-08-05 11:52 ` Sergei Shtylyov
@ 2021-08-05 16:04   ` Johan Hovold
  2021-08-05 20:40     ` David Bauer
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Hovold @ 2021-08-05 16:04 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: David Bauer, gregkh, linux-usb

On Thu, Aug 05, 2021 at 02:52:02PM +0300, Sergei Shtylyov wrote:
> On 05.08.2021 2:25, David Bauer wrote:
> 
> > The Auto-M§ OP-COM v2 is a OBD diagnostic device using a FTD232 for the
> 
>     M3?

I assumed so too and fixed that up when applying. Thanks.

Johan

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

* Re: [PATCH] USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2
  2021-08-05 16:04   ` Johan Hovold
@ 2021-08-05 20:40     ` David Bauer
  0 siblings, 0 replies; 5+ messages in thread
From: David Bauer @ 2021-08-05 20:40 UTC (permalink / raw)
  To: Johan Hovold, Sergei Shtylyov; +Cc: gregkh, linux-usb

Hi,

On 8/5/21 6:04 PM, Johan Hovold wrote:
> On Thu, Aug 05, 2021 at 02:52:02PM +0300, Sergei Shtylyov wrote:
>> On 05.08.2021 2:25, David Bauer wrote:
>>
>>> The Auto-M§ OP-COM v2 is a OBD diagnostic device using a FTD232 for the
>>
>>     M3?
> 
> I assumed so too and fixed that up when applying. Thanks.

Thanks for fixing this up.

Best
David

> 
> Johan
> 

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

end of thread, other threads:[~2021-08-05 20:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 23:25 [PATCH] USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2 David Bauer
2021-08-05  7:48 ` Johan Hovold
2021-08-05 11:52 ` Sergei Shtylyov
2021-08-05 16:04   ` Johan Hovold
2021-08-05 20:40     ` David Bauer

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.