Commit 8d7fa3d4 authored by Mans Rullgard's avatar Mans Rullgard Committed by Johan Hovold
Browse files

USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485



This adds the USB ID of the Hjelmslund Electronics USB485 Iso stick.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent dd9d3d86
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1025,6 +1025,8 @@ static const struct usb_device_id id_table_combined[] = {
	{ USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_BT_USB_PID) },
	{ USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_WL_USB_PID) },
	{ USB_DEVICE(AIRBUS_DS_VID, AIRBUS_DS_P8GR) },
	/* EZPrototypes devices */
	{ USB_DEVICE(EZPROTOTYPES_VID, HJELMSLUND_USB485_ISO_PID) },
	{ }					/* Terminating entry */
};

+6 −0
Original line number Diff line number Diff line
@@ -1308,6 +1308,12 @@
#define IONICS_VID			0x1c0c
#define IONICS_PLUGCOMPUTER_PID		0x0102

/*
 * EZPrototypes (PID reseller)
 */
#define EZPROTOTYPES_VID		0x1c40
#define HJELMSLUND_USB485_ISO_PID	0x0477

/*
 * Dresden Elektronik Sensor Terminal Board
 */