|
@@ -1277,7 +1277,7 @@ static void qt_set_termios(struct tty_struct *tty,
|
|
if (cflag & CSTOPB)
|
|
if (cflag & CSTOPB)
|
|
new_LCR |= SERIAL_TWO_STOPB;
|
|
new_LCR |= SERIAL_TWO_STOPB;
|
|
else
|
|
else
|
|
- new_LCR |= SERIAL_TWO_STOPB;
|
|
|
|
|
|
+ new_LCR |= SERIAL_ONE_STOPB;
|
|
|
|
|
|
dbg("%s - 4\n", __func__);
|
|
dbg("%s - 4\n", __func__);
|
|
|
|
|