File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1023,6 +1023,9 @@ static const struct usb_device_id id_table_combined[] = {
1023
1023
{ USB_DEVICE (FTDI_VID , CHETCO_SEASMART_DISPLAY_PID ) },
1024
1024
{ USB_DEVICE (FTDI_VID , CHETCO_SEASMART_LITE_PID ) },
1025
1025
{ USB_DEVICE (FTDI_VID , CHETCO_SEASMART_ANALOG_PID ) },
1026
+ /* Belimo Automation devices */
1027
+ { USB_DEVICE (FTDI_VID , BELIMO_ZTH_PID ) },
1028
+ { USB_DEVICE (FTDI_VID , BELIMO_ZIP_PID ) },
1026
1029
/* ICP DAS I-756xU devices */
1027
1030
{ USB_DEVICE (ICPDAS_VID , ICPDAS_I7560U_PID ) },
1028
1031
{ USB_DEVICE (ICPDAS_VID , ICPDAS_I7561U_PID ) },
Original file line number Diff line number Diff line change 1568
1568
#define CHETCO_SEASMART_LITE_PID 0xA5AE /* SeaSmart Lite USB Adapter */
1569
1569
#define CHETCO_SEASMART_ANALOG_PID 0xA5AF /* SeaSmart Analog Adapter */
1570
1570
1571
+ /*
1572
+ * Belimo Automation
1573
+ */
1574
+ #define BELIMO_ZTH_PID 0x8050
1575
+ #define BELIMO_ZIP_PID 0xC811
1576
+
1571
1577
/*
1572
1578
* Unjo AB
1573
1579
*/
You can’t perform that action at this time.
0 commit comments