X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README.devices;h=0f089f105e31effdcd88226fa8fe9404ce4a5ebc;hb=7db0639495cb8d96aadcd17678a535c97449a677;hp=800f1c640d58fa2faa7e494935aeb18a42046690;hpb=e311f770159244725a33a412a9f9ef6eda9126c3;p=libsigrok.git diff --git a/README.devices b/README.devices index 800f1c64..0f089f10 100644 --- a/README.devices +++ b/README.devices @@ -75,6 +75,7 @@ The following drivers/devices do not need any firmware upload: - mic-985xx (including all subdrivers) - norma-dmm - openbench-logic-sniffer + - pipistrello-ols - rigol-ds - serial-dmm (including all subdrivers) - teleinfo @@ -133,6 +134,7 @@ The following drivers/devices do not require a serial port specification: - ikalogic-scanaplus - kecheng-kc-330b - lascar-el-usb + - pipistrello-ols - rigol-ds (USBTMC or TCP) - saleae-logic16 - sysclk-lwla @@ -323,16 +325,6 @@ a short list for convenience: - Voltcraft VC-830: Press the "REL/PC" button for roughly 2 seconds. -Link Instruments MSO-19 ------------------------ - -The driver for the Link Instruments MSO-19 mixed-signal oscilloscope (MSO) -is currently using libudev (which is a library for the Linux-specific udev -system). Thus, this driver can currently only compile and work on Linux. - -We plan to fix this though, so that it'll work on all other OSes, too. - - ChronoVu LA8/LA16 USB VID/PIDs ------------------------------ @@ -372,20 +364,3 @@ Example: $ sigrok-cli --driver ols:conn=/dev/ttyACM0 ... - -Rigol DS oscilloscopes ----------------------- - -The 'rigol-ds' driver (for the Rigol DS series DSOs) currently uses the Linux -usbtmc kernel driver. This means it can currently only be built and used on -Linux (i.e., it's non-portable). - -The use of a kernel module also means it is dependent on the kernel version -used, as well as on whether this specific module is available in the kernel. -Additionally, the usbtmc kernel module has been known to have various bugs -in some versions. These are some (but not all) drawbacks of using a kernel -module as opposed to a libusb-based driver that works in user-space. - -We plan to change the driver to use the 'librevisa' user-space shared -library (which uses libusb) soon, which will fix all these issues and make -the driver portable at the same time.