]> sigrok.org Git - libsigrok.git/commit - src/hardware/cem-dt-885x/api.c
cem-dt-885x: Mark serial access as nonblocking, remove SERIAL_NONBLOCK flag.
authorMartin Ling <redacted>
Sun, 21 Sep 2014 16:41:05 +0000 (17:41 +0100)
committerUwe Hermann <redacted>
Wed, 24 Sep 2014 21:30:00 +0000 (23:30 +0200)
commitd7b269da8fc0a5dc2334a07f0fa371825aaceb34
tree9e13a5e2a7dbef0432e9c85b005bbf64f72eb789
parentca4266a02f83b84c6baae1593641a37da4e8701c
cem-dt-885x: Mark serial access as nonblocking, remove SERIAL_NONBLOCK flag.

These calls were already nonblocking since this driver opened the port with
the SERIAL_NONBLOCK flag. Having marked them as such, we can remove the flag.

Also remove an unnecessary reopen of the port to change its blocking status.
src/hardware/cem-dt-885x/api.c
src/hardware/cem-dt-885x/protocol.c