|
@@ -169,6 +169,9 @@ void tty_termios_encode_baud_rate(struct ktermios *termios,
|
|
ibinput = 1; /* An input speed was specified */
|
|
ibinput = 1; /* An input speed was specified */
|
|
#endif
|
|
#endif
|
|
termios->c_cflag &= ~CBAUD;
|
|
termios->c_cflag &= ~CBAUD;
|
|
|
|
+#ifdef IBSHIFT
|
|
|
|
+ termios->c_cflag &= ~(CBAUD << IBSHIFT);
|
|
|
|
+#endif
|
|
|
|
|
|
/*
|
|
/*
|
|
* Our goal is to find a close match to the standard baud rate
|
|
* Our goal is to find a close match to the standard baud rate
|