X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README.devices;h=db651faa72ec6d9a46fb20154602423021bfb97f;hb=ab4458df160ced42aa997617807c6a59c4d9a620;hp=800f1c640d58fa2faa7e494935aeb18a42046690;hpb=e311f770159244725a33a412a9f9ef6eda9126c3;p=libsigrok.git diff --git a/README.devices b/README.devices index 800f1c64..db651faa 100644 --- a/README.devices +++ b/README.devices @@ -323,16 +323,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 +362,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.