]> sigrok.org Git - libserialport.git/commit
HACK: don't even check for termiox
authorKarl Palsson <redacted>
Fri, 11 Jun 2021 17:07:09 +0000 (17:07 +0000)
committerGerhard Sittig <redacted>
Thu, 1 Jul 2021 16:03:31 +0000 (18:03 +0200)
commit6f9b03e597ea7200eb616a4e410add3dd1690cb1
tree2a172c8ac2f0f25c695582057775b5966e210207
parent1abec205027bcecd7d69c0a37619e513de7c2440
HACK: don't even check for termiox

termiox was removed from linux in e0efb3168d34
Some more information available in https://www.spinics.net/lists/linux-serial/msg41926.html

Attempting to use the termiox ioctls on more modern kernels results in
"Inappropriate IOCTL" errors.

While the "right" solution might be to remove the termiox code from the
linux path, simply not checking for termiox builds a libserialport that
functions on modern linux kernels.

Signed-off-by: Karl Palsson <redacted>
configure.ac