Loading drivers/usb/serial/ftdi_sio.c +1 −0 Original line number Diff line number Diff line Loading @@ -500,6 +500,7 @@ static struct usb_device_id id_table_combined [] = { { USB_DEVICE(PAPOUCH_VID, PAPOUCH_TMU_PID) }, { USB_DEVICE(FTDI_VID, FTDI_ACG_HFDUAL_PID) }, { USB_DEVICE(FTDI_VID, FTDI_YEI_SERVOCENTER31_PID) }, { USB_DEVICE(FTDI_VID, FTDI_THORLABS_PID) }, { }, /* Optional parameter entry */ { } /* Terminating entry */ }; Loading drivers/usb/serial/ftdi_sio.h +5 −0 Original line number Diff line number Diff line Loading @@ -442,6 +442,11 @@ */ #define FTDI_YEI_SERVOCENTER31_PID 0xE050 /* YEI ServoCenter3.1 USB */ /* * ThorLabs USB motor drivers */ #define FTDI_THORLABS_PID 0xfaf0 /* ThorLabs USB motor drivers */ /* Commands */ #define FTDI_SIO_RESET 0 /* Reset the port */ #define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */ Loading Loading
drivers/usb/serial/ftdi_sio.c +1 −0 Original line number Diff line number Diff line Loading @@ -500,6 +500,7 @@ static struct usb_device_id id_table_combined [] = { { USB_DEVICE(PAPOUCH_VID, PAPOUCH_TMU_PID) }, { USB_DEVICE(FTDI_VID, FTDI_ACG_HFDUAL_PID) }, { USB_DEVICE(FTDI_VID, FTDI_YEI_SERVOCENTER31_PID) }, { USB_DEVICE(FTDI_VID, FTDI_THORLABS_PID) }, { }, /* Optional parameter entry */ { } /* Terminating entry */ }; Loading
drivers/usb/serial/ftdi_sio.h +5 −0 Original line number Diff line number Diff line Loading @@ -442,6 +442,11 @@ */ #define FTDI_YEI_SERVOCENTER31_PID 0xE050 /* YEI ServoCenter3.1 USB */ /* * ThorLabs USB motor drivers */ #define FTDI_THORLABS_PID 0xfaf0 /* ThorLabs USB motor drivers */ /* Commands */ #define FTDI_SIO_RESET 0 /* Reset the port */ #define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */ Loading