X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=README.devices;h=a99fc7e2e95f8fb0e9783e99c7adf8f0022b533c;hb=ba1949f583de322e74f43eb880529155a763a84f;hp=f28462a02977a2dc2d5da968fd98d7ed0be67e8d;hpb=9b2f03bbd2e5d5a6efe056645b34e17ace9d8b90;p=libsigrok.git diff --git a/README.devices b/README.devices index f28462a0..a99fc7e2 100644 --- a/README.devices +++ b/README.devices @@ -66,7 +66,7 @@ The following drivers/devices do not need any firmware upload: - mic-985xx - norma-dmm - openbench-logic-sniffer - - rigol-ds1xx2 + - rigol-ds - serial-dmm - teleinfo - tondaj-sl-814 @@ -118,7 +118,7 @@ The following drivers/devices do not require a serial port specification: - ikalogic-scanaplus - kecheng-kc-330b - lascar-el-usb - - rigol-ds1xx2 + - rigol-ds - saleae-logic16 - uni-t-dmm - uni-t-ut32x @@ -344,12 +344,12 @@ Example: $ sigrok-cli --driver ols:conn=/dev/ttyACM0 ... -Rigol DS1xx2 oscilloscopes --------------------------- +Rigol DS oscilloscopes +---------------------- -The 'rigol-ds1xx2' driver (for the Rigol DS1052E and some other, similar 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 '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. @@ -360,4 +360,3 @@ 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. -