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

Commit 42373b71 authored by Lucien Buchmann's avatar Lucien Buchmann Committed by Greg Kroah-Hartman
Browse files

USB: serial: ftdi_sio: add Belimo device ids



commit 7c239a071d1f04b7137789810807b4108d475c72 upstream.

Those two product ids are known.

Signed-off-by: default avatarLucien Buchmann <lucien.buchmann@gmx.net>
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 cbc98dcc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1023,6 +1023,9 @@ static const struct usb_device_id id_table_combined[] = {
	{ USB_DEVICE(FTDI_VID, CHETCO_SEASMART_DISPLAY_PID) },
	{ USB_DEVICE(FTDI_VID, CHETCO_SEASMART_LITE_PID) },
	{ USB_DEVICE(FTDI_VID, CHETCO_SEASMART_ANALOG_PID) },
	/* Belimo Automation devices */
	{ USB_DEVICE(FTDI_VID, BELIMO_ZTH_PID) },
	{ USB_DEVICE(FTDI_VID, BELIMO_ZIP_PID) },
	/* ICP DAS I-756xU devices */
	{ USB_DEVICE(ICPDAS_VID, ICPDAS_I7560U_PID) },
	{ USB_DEVICE(ICPDAS_VID, ICPDAS_I7561U_PID) },
+6 −0
Original line number Diff line number Diff line
@@ -1568,6 +1568,12 @@
#define CHETCO_SEASMART_LITE_PID	0xA5AE /* SeaSmart Lite USB Adapter */
#define CHETCO_SEASMART_ANALOG_PID	0xA5AF /* SeaSmart Analog Adapter */

/*
 * Belimo Automation
 */
#define BELIMO_ZTH_PID			0x8050
#define BELIMO_ZIP_PID			0xC811

/*
 * Unjo AB
 */