Skip to content

Commit 0bde779

Browse files
mansrThadeu Lima de Souza Cascardo
authored andcommitted
USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
BugLink: https://bugs.launchpad.net/bugs/1819515 commit 8d7fa3d upstream. This adds the USB ID of the Hjelmslund Electronics USB485 Iso stick. Signed-off-by: Mans Rullgard <[email protected]> Cc: stable <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
1 parent abed838 commit 0bde779

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,8 @@ static const struct usb_device_id id_table_combined[] = {
10251025
{ USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_BT_USB_PID) },
10261026
{ USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_WL_USB_PID) },
10271027
{ USB_DEVICE(AIRBUS_DS_VID, AIRBUS_DS_P8GR) },
1028+
/* EZPrototypes devices */
1029+
{ USB_DEVICE(EZPROTOTYPES_VID, HJELMSLUND_USB485_ISO_PID) },
10281030
{ } /* Terminating entry */
10291031
};
10301032

drivers/usb/serial/ftdi_sio_ids.h

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

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

0 commit comments

Comments
 (0)