Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b30dd08f authored by Niek Nooijens's avatar Niek Nooijens Committed by Greg Kroah-Hartman
Browse files

USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id



commit 001047ea241a9646010b2744451dfbc7289542f3 upstream.

works perfectly with:
modprobe ftdi_sio
echo "0590 00b2" | tee
/sys/module/ftdi_sio/drivers/usb-serial\:ftdi_sio/new_id > /dev/null

but doing this every reboot is a pain in the ass.

Signed-off-by: default avatarNiek Nooijens <niek.nooijens@omron.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f8632b8b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1045,6 +1045,8 @@ static const struct usb_device_id id_table_combined[] = {
	/* IDS GmbH devices */
	{ USB_DEVICE(IDS_VID, IDS_SI31A_PID) },
	{ USB_DEVICE(IDS_VID, IDS_CM31A_PID) },
	/* Omron devices */
	{ USB_DEVICE(OMRON_VID, OMRON_CS1W_CIF31_PID) },
	/* U-Blox devices */
	{ USB_DEVICE(UBLOX_VID, UBLOX_C099F9P_ZED_PID) },
	{ USB_DEVICE(UBLOX_VID, UBLOX_C099F9P_ODIN_PID) },
+6 −0
Original line number Diff line number Diff line
@@ -661,6 +661,12 @@
#define INFINEON_TRIBOARD_TC1798_PID	0x0028 /* DAS JTAG TriBoard TC1798 V1.0 */
#define INFINEON_TRIBOARD_TC2X7_PID	0x0043 /* DAS JTAG TriBoard TC2X7 V1.0 */

/*
 * Omron corporation (https://www.omron.com)
 */
 #define OMRON_VID			0x0590
 #define OMRON_CS1W_CIF31_PID		0x00b2

/*
 * Acton Research Corp.
 */