File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1025,6 +1025,8 @@ static const struct usb_device_id id_table_combined[] = {
1025
1025
{ USB_DEVICE (CYPRESS_VID , CYPRESS_WICED_BT_USB_PID ) },
1026
1026
{ USB_DEVICE (CYPRESS_VID , CYPRESS_WICED_WL_USB_PID ) },
1027
1027
{ USB_DEVICE (AIRBUS_DS_VID , AIRBUS_DS_P8GR ) },
1028
+ /* EZPrototypes devices */
1029
+ { USB_DEVICE (EZPROTOTYPES_VID , HJELMSLUND_USB485_ISO_PID ) },
1028
1030
{ } /* Terminating entry */
1029
1031
};
1030
1032
Original file line number Diff line number Diff line change 1308
1308
#define IONICS_VID 0x1c0c
1309
1309
#define IONICS_PLUGCOMPUTER_PID 0x0102
1310
1310
1311
+ /*
1312
+ * EZPrototypes (PID reseller)
1313
+ */
1314
+ #define EZPROTOTYPES_VID 0x1c40
1315
+ #define HJELMSLUND_USB485_ISO_PID 0x0477
1316
+
1311
1317
/*
1312
1318
* Dresden Elektronik Sensor Terminal Board
1313
1319
*/
You can’t perform that action at this time.
0 commit comments