Skip to content

Commit 8da0e55

Browse files
blocktrronjhovold
authored andcommitted
USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2
The Auto-M3 OP-COM v2 is a OBD diagnostic device using a FTD232 for the USB connection. Signed-off-by: David Bauer <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 3212a99 commit 8da0e55

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ static const struct usb_device_id id_table_combined[] = {
219219
{ USB_DEVICE(FTDI_VID, FTDI_MTXORB_6_PID) },
220220
{ USB_DEVICE(FTDI_VID, FTDI_R2000KU_TRUE_RNG) },
221221
{ USB_DEVICE(FTDI_VID, FTDI_VARDAAN_PID) },
222+
{ USB_DEVICE(FTDI_VID, FTDI_AUTO_M3_OP_COM_V2_PID) },
222223
{ USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0100_PID) },
223224
{ USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0101_PID) },
224225
{ USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0102_PID) },

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@
159159
/* Vardaan Enterprises Serial Interface VEUSB422R3 */
160160
#define FTDI_VARDAAN_PID 0xF070
161161

162+
/* Auto-M3 Ltd. - OP-COM USB V2 - OBD interface Adapter */
163+
#define FTDI_AUTO_M3_OP_COM_V2_PID 0x4f50
164+
162165
/*
163166
* Xsens Technologies BV products (http://www.xsens.com).
164167
*/

0 commit comments

Comments
 (0)