Skip to content

Commit 422c253

Browse files
gmccollisterjhovold
authored andcommitted
USB: serial: ftdi_sio: add additional NovaTech products
Add PIDs for the NovaTech OrionLX+ and Orion I/O so they can be automatically detected. Signed-off-by: George McCollister <george.mccollister@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent d1252f0 commit 422c253

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,8 @@ static const struct usb_device_id id_table_combined[] = {
609609
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
610610
{ USB_DEVICE(FTDI_VID, FTDI_NT_ORIONLXM_PID),
611611
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
612+
{ USB_DEVICE(FTDI_VID, FTDI_NT_ORIONLX_PLUS_PID) },
613+
{ USB_DEVICE(FTDI_VID, FTDI_NT_ORION_IO_PID) },
612614
{ USB_DEVICE(FTDI_VID, FTDI_SYNAPSE_SS200_PID) },
613615
{ USB_DEVICE(FTDI_VID, FTDI_CUSTOMWARE_MINIPLEX_PID) },
614616
{ USB_DEVICE(FTDI_VID, FTDI_CUSTOMWARE_MINIPLEX2_PID) },

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,9 @@
567567
/*
568568
* NovaTech product ids (FTDI_VID)
569569
*/
570-
#define FTDI_NT_ORIONLXM_PID 0x7c90 /* OrionLXm Substation Automation Platform */
570+
#define FTDI_NT_ORIONLXM_PID 0x7c90 /* OrionLXm Substation Automation Platform */
571+
#define FTDI_NT_ORIONLX_PLUS_PID 0x7c91 /* OrionLX+ Substation Automation Platform */
572+
#define FTDI_NT_ORION_IO_PID 0x7c92 /* Orion I/O */
571573

572574
/*
573575
* Synapse Wireless product ids (FTDI_VID)

0 commit comments

Comments
 (0)