http://bugs.winehq.org/show_bug.cgi?id=4753
------- Additional Comments From matt.thompson@lochisle.com 2007-27-03 03:31 ------- Created an attachment (id=5526) --> (http://bugs.winehq.org/attachment.cgi?id=5526&action=view) Patch to fix Dynamic C serial support
It seems the events are not being processed properly in the serial port support. The workaround is to make wait_on() in serial.c wait for the event to occur.
Note that the FTDI USB serial converter will not work directly, as it does not support TIOCGICOUNT ioctl. I have also fixed the FTDI usb driver to work with this if anyone is interested.
Download speed appears to be the same as running in win32, and processor detection works.