]> sigrok.org Git - libsigrok.git/commit
radioshack-dmm: (Trivial) Convenience fixes
authorAlexandru Gagniuc <redacted>
Tue, 16 Oct 2012 06:23:50 +0000 (01:23 -0500)
committerUwe Hermann <redacted>
Tue, 16 Oct 2012 09:16:41 +0000 (11:16 +0200)
commitbe8dbf3ab24348fe5cc619eca6a63464e72e6aa2
tree5093bfe354486fb77c7fa8cd91607f405fe20842
parent7b0a85c81c6bce43ced9bf59d99b3584fd1498d8
radioshack-dmm: (Trivial) Convenience fixes

While testing the new radioshack-dmm driver with pulseview, I found
a few inconvenients.

1. Print an info message when a port is probed, and when a device is
found. This makes it easy to tell if and where the driver is looking.

2. num_samples was not reset after the first aquisition, so the
second aquisition would quit right away. Reset num_samples at start
of a new aquisition.

3. There's no need to  open the serial port RW, so change O_RDWR to
O_RDONLY when opening the port.

These changes are too trivial to split into different patches.

Signed-off-by: Alexandru Gagniuc <redacted>
hardware/radioshack-dmm/api.c