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 7135056 commit c3b5229Copy full SHA for c3b5229
drivers/usb/host/xhci-dbgtty.c
@@ -586,6 +586,7 @@ int dbc_tty_init(void)
586
dbc_tty_driver->type = TTY_DRIVER_TYPE_SERIAL;
587
dbc_tty_driver->subtype = SERIAL_TYPE_NORMAL;
588
dbc_tty_driver->init_termios = tty_std_termios;
589
+ dbc_tty_driver->init_termios.c_lflag &= ~ECHO;
590
dbc_tty_driver->init_termios.c_cflag =
591
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
592
dbc_tty_driver->init_termios.c_ispeed = 9600;
0 commit comments