[Bug 31563] Problem with an usb-serial card reader

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 1 08:15:59 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=31563

--- Comment #5 from Bruno Jesus <00cpxxx at gmail.com> 2012-09-01 08:15:59 CDT ---
A wild guess is that you are hitting a usb driver bug, I had several issues
with usb-serial converters in linux.

If you don't check the return of "ioctl(fd, TIOCMGET, &serial)" you are simply
hiding the issue, the serial variable will not be filled with the data
requested.

You could try playing with strace to check if the problem is really in a write
call in the lower library levels or if it gets in a loop inside wine.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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