[Bug 29011] Non-standard serial baud rates are not reported correctly.

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jun 3 08:14:20 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=29011

Michał Mirosław <mirq-wine at rere.qmqm.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mirq-wine at rere.qmqm.pl

--- Comment #8 from Michał Mirosław <mirq-wine at rere.qmqm.pl> ---
Created attachment 70088
  --> https://bugs.winehq.org/attachment.cgi?id=70088
PoC fix

glibc already has c_ispeed/c_ospeed in its struct termios, but those are
undocumented and it lacks BOTHER/IBSHIFT constants. This uses a Linux-specific
TCGETS2/TCSETS2 ioctls on a tty.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list