]> sigrok.org Git - libserialport.git/commit
get_config(): Add a quickfix for xon_xoff.
authorUwe Hermann <redacted>
Tue, 19 Nov 2013 18:20:50 +0000 (19:20 +0100)
committerUwe Hermann <redacted>
Tue, 19 Nov 2013 18:32:01 +0000 (19:32 +0100)
commit705bdc69470f98693afd065e6fd48bbc34872d6d
tree3a762b3a95b589af560f190dff736472fa5ac70d
parent4b448bc5421c602cb2649990e4e67cdb905d1d9a
get_config(): Add a quickfix for xon_xoff.

The config->xon_xoff variable is not filled correctly with data read
from the current serial port config. Without this, the value of the
variable will be bogus and some code that depends on the variable will fail.

Note: This is just a temporary quickfix, not a proper final solution.
serialport.c