We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd65ee8 commit 2b857d6Copy full SHA for 2b857d6
drivers/usb/host/xhci-dbgtty.c
@@ -617,6 +617,7 @@ int dbc_tty_init(void)
617
dbc_tty_driver->type = TTY_DRIVER_TYPE_SERIAL;
618
dbc_tty_driver->subtype = SERIAL_TYPE_NORMAL;
619
dbc_tty_driver->init_termios = tty_std_termios;
620
+ dbc_tty_driver->init_termios.c_lflag &= ~ECHO;
621
dbc_tty_driver->init_termios.c_cflag =
622
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
623
dbc_tty_driver->init_termios.c_ispeed = 9600;
0 commit comments