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 @@ -791,6 +791,9 @@ static struct usb_device_id id_table_combined [] = {
791791 { USB_DEVICE (FTDI_VID , FTDI_CHAMSYS_MAXI_WING_PID ) },
792792 { USB_DEVICE (FTDI_VID , FTDI_CHAMSYS_MEDIA_WING_PID ) },
793793 { USB_DEVICE (FTDI_VID , FTDI_CHAMSYS_WING_PID ) },
794+ { USB_DEVICE (FTDI_VID , FTDI_SCIENCESCOPE_LOGBOOKML_PID ) },
795+ { USB_DEVICE (FTDI_VID , FTDI_SCIENCESCOPE_LS_LOGBOOK_PID ) },
796+ { USB_DEVICE (FTDI_VID , FTDI_SCIENCESCOPE_HS_LOGBOOK_PID ) },
794797 { }, /* Optional parameter entry */
795798 { } /* Terminating entry */
796799};
Original file line number Diff line number Diff line change 10951095 * Accesio USB Data Acquisition products (http://www.accesio.com/)
10961096 */
10971097#define ACCESIO_COM4SM_PID 0xD578
1098+
1099+ /* www.sciencescope.co.uk educational dataloggers */
1100+ #define FTDI_SCIENCESCOPE_LOGBOOKML_PID 0xFF18
1101+ #define FTDI_SCIENCESCOPE_LS_LOGBOOK_PID 0xFF1C
1102+ #define FTDI_SCIENCESCOPE_HS_LOGBOOK_PID 0xFF1D
You can’t perform that action at this time.
0 commit comments