[Mono-bugs] [Bug 365248] [Serial] Parity and write timeout fix

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 17 19:36:54 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=365248

User miguel at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=365248#c3





--- Comment #3 from Miguel de Icaza <miguel at novell.com>  2008-04-17 17:36:53 MST ---
There is a problem with the patch, the Linux documentation for some of the
constants is:

PARENB Enable parity generation on output and parity checking for input.

PARODD If set, then parity for input and output is odd; otherwise even parity
is used.

The current Mono code clears the PARODD bit for the Even case, but this seems
to be a different issue than what PARENB does.   

It is odd that serial.c uses poll *and* select, this seems like a poor choice.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list