diff -urN linux-2.4.21/net/bluetooth/rfcomm/tty.c linux-2.4.21-mh/net/bluetooth/rfcomm/tty.c --- linux-2.4.21/net/bluetooth/rfcomm/tty.c Fri Jun 13 16:51:39 2003 +++ linux-2.4.21-mh/net/bluetooth/rfcomm/tty.c Wed Jul 30 12:01:29 2003 @@ -905,8 +905,8 @@ /* Register the TTY driver */ rfcomm_tty_driver.init_termios = tty_std_termios; - rfcomm_tty_driver.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; - rfcomm_tty_driver.flags = TTY_DRIVER_REAL_RAW; + rfcomm_tty_driver.init_termios.c_cflag = B115200 | CS8 | CREAD | HUPCL | CLOCAL; + rfcomm_tty_driver.init_termios.c_lflag = 0; if (tty_register_driver(&rfcomm_tty_driver)) { BT_ERR("Can't register RFCOMM TTY driver");