Skip to content

Commit 25d0544

Browse files
mansrgregkh
authored andcommitted
USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
commit 8d7fa3d upstream. This adds the USB ID of the Hjelmslund Electronics USB485 Iso stick. Signed-off-by: Mans Rullgard <mans@mansr.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent a78f651 commit 25d0544

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/usb/serial/ftdi_sio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,8 @@ static const struct usb_device_id id_table_combined[] = {
10201020
{ USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_BT_USB_PID) },
10211021
{ USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_WL_USB_PID) },
10221022
{ USB_DEVICE(AIRBUS_DS_VID, AIRBUS_DS_P8GR) },
1023+
/* EZPrototypes devices */
1024+
{ USB_DEVICE(EZPROTOTYPES_VID, HJELMSLUND_USB485_ISO_PID) },
10231025
{ } /* Terminating entry */
10241026
};
10251027

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,12 @@
13071307
#define IONICS_VID 0x1c0c
13081308
#define IONICS_PLUGCOMPUTER_PID 0x0102
13091309

1310+
/*
1311+
* EZPrototypes (PID reseller)
1312+
*/
1313+
#define EZPROTOTYPES_VID 0x1c40
1314+
#define HJELMSLUND_USB485_ISO_PID 0x0477
1315+
13101316
/*
13111317
* Dresden Elektronik Sensor Terminal Board
13121318
*/

0 commit comments

Comments
 (0)