http://bugs.winehq.org/show_bug.cgi?id=30771
Bug #: 30771 Summary: Comm port Properties missing Interval Timeouts capability Product: Wine Version: 1.5.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: michael@frog.wheelycreek.net Classification: Unclassified
Created attachment 40293 --> http://bugs.winehq.org/attachment.cgi?id=40293 Patch implementing interval timeout capability
The hard-coded properties for GetCommProperties on a Com port are missing the Capability PCF_INTTIMEOUTS.
It appears that this capability actually works from both browsing the source, and from the fact that an application requiring it works.
This is required for both UPstart and Home Control Assistance http://appdb.winehq.org/objectManager.php?sClass=application&iId=7903 which do not acknowledge COM ports that are missing this capability.
Patch attached