Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103675
b: refs/heads/master
c: ca37bdd
h: refs/heads/master
i:
  103673: 704c76d
  103671: d5f3bbb
v: v3
  • Loading branch information
Marcel Holtmann committed Jul 14, 2008
1 parent 2564c94 commit 0a077c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78c6a1744fafc3a396f85c1970eb78839b55af74
refs/heads/master: ca37bdd53b5af06d00e792f2415b93206aa2a541
1 change: 1 addition & 0 deletions trunk/net/bluetooth/rfcomm/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ int rfcomm_init_ttys(void)
rfcomm_tty_driver->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV;
rfcomm_tty_driver->init_termios = tty_std_termios;
rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
rfcomm_tty_driver->init_termios.c_lflag &= ~ICANON;
tty_set_operations(rfcomm_tty_driver, &rfcomm_ops);

if (tty_register_driver(rfcomm_tty_driver)) {
Expand Down

0 comments on commit 0a077c7

Please sign in to comment.