Comment 6 for bug 183109

Revision history for this message
Ben Collins (ben-collins) wrote :

There seems to be only one functional change in that diff:

+ port->tty->termios->c_cflag &= ~CMSPAR;
+ tty_encode_baud_rate(port->tty, speed, speed);

Stefan, could you try commenting this out and providing a test build for the bug submitter, to see if that actually fixes the problem?