diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/rfcomm/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/tty.c b/net/bluetooth/rfcomm/tty.c index afb3c524db34..5fdc36678621 100644 --- a/net/bluetooth/rfcomm/tty.c +++ b/net/bluetooth/rfcomm/tty.c | |||
@@ -1030,7 +1030,7 @@ int rfcomm_init_ttys(void) | |||
1030 | rfcomm_tty_driver->minor_start = RFCOMM_TTY_MINOR; | 1030 | rfcomm_tty_driver->minor_start = RFCOMM_TTY_MINOR; |
1031 | rfcomm_tty_driver->type = TTY_DRIVER_TYPE_SERIAL; | 1031 | rfcomm_tty_driver->type = TTY_DRIVER_TYPE_SERIAL; |
1032 | rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; | 1032 | rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; |
1033 | rfcomm_tty_driver->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_NO_DEVFS; | 1033 | rfcomm_tty_driver->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV; |
1034 | rfcomm_tty_driver->init_termios = tty_std_termios; | 1034 | rfcomm_tty_driver->init_termios = tty_std_termios; |
1035 | rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; | 1035 | rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
1036 | tty_set_operations(rfcomm_tty_driver, &rfcomm_ops); | 1036 | tty_set_operations(rfcomm_tty_driver, &rfcomm_ops); |