ntdll: Adds support for custom serial port baudrates on Mac

Nathan Fearnley nathan.fearnley at slugsource.com
Sat Nov 29 10:53:32 CST 2014


Mac OS X supports a special function call for custom baud rates. I have
implemented this feature to allow non-standard baud rates. Unfortunately,
setting any other parameters using tcsetattr will fail, because it does not
support the higher baud rates. In order to work around this, when setting
other parameters, the baud rate is temporarily set to 9600, then reset back
to custom rate after the changes are complete.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141129/c5073181/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Adds-support-for-custom-serial-port-baudrates-on-Mac.patch
Type: application/octet-stream
Size: 6156 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141129/c5073181/attachment.obj>


More information about the wine-patches mailing list