Skip to content

Commit c5a8054

Browse files
SchorppDAjhovold
authored andcommitted
USB: serial: ftdi_sio: add IDs for IDS GmbH Products
Add the IDS GmbH Vendor ID and the Product IDs for SI31A (2xRS232) and CM31A (LoRaWAN Modem). Signed-off-by: Dominik Andreas Schorpp <[email protected]> Signed-off-by: Juergen Borleis <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 6efb943 commit c5a8054

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,9 @@ static const struct usb_device_id id_table_combined[] = {
10341034
/* Sienna devices */
10351035
{ USB_DEVICE(FTDI_VID, FTDI_SIENNA_PID) },
10361036
{ USB_DEVICE(ECHELON_VID, ECHELON_U20_PID) },
1037+
/* IDS GmbH devices */
1038+
{ USB_DEVICE(IDS_VID, IDS_SI31A_PID) },
1039+
{ USB_DEVICE(IDS_VID, IDS_CM31A_PID) },
10371040
/* U-Blox devices */
10381041
{ USB_DEVICE(UBLOX_VID, UBLOX_C099F9P_ZED_PID) },
10391042
{ USB_DEVICE(UBLOX_VID, UBLOX_C099F9P_ODIN_PID) },

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,13 @@
15671567
#define UNJO_VID 0x22B7
15681568
#define UNJO_ISODEBUG_V1_PID 0x150D
15691569

1570+
/*
1571+
* IDS GmbH
1572+
*/
1573+
#define IDS_VID 0x2CAF
1574+
#define IDS_SI31A_PID 0x13A2
1575+
#define IDS_CM31A_PID 0x13A3
1576+
15701577
/*
15711578
* U-Blox products (http://www.u-blox.com).
15721579
*/

0 commit comments

Comments
 (0)