diff options
Diffstat (limited to 'drivers/char/sx.c')
-rw-r--r-- | drivers/char/sx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/sx.c b/drivers/char/sx.c index cc10af08cb05..e9bc147c32fe 100644 --- a/drivers/char/sx.c +++ b/drivers/char/sx.c | |||
@@ -2263,6 +2263,8 @@ static int sx_init_drivers(void) | |||
2263 | sx_driver->init_termios = tty_std_termios; | 2263 | sx_driver->init_termios = tty_std_termios; |
2264 | sx_driver->init_termios.c_cflag = | 2264 | sx_driver->init_termios.c_cflag = |
2265 | B9600 | CS8 | CREAD | HUPCL | CLOCAL; | 2265 | B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
2266 | sx_driver->init_termios.c_ispeed = 9600; | ||
2267 | sx_driver->init_termios.c_ospeed = 9600; | ||
2266 | sx_driver->flags = TTY_DRIVER_REAL_RAW; | 2268 | sx_driver->flags = TTY_DRIVER_REAL_RAW; |
2267 | tty_set_operations(sx_driver, &sx_ops); | 2269 | tty_set_operations(sx_driver, &sx_ops); |
2268 | 2270 | ||