Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39700
b: refs/heads/master
c: cb19d9e
h: refs/heads/master
v: v3
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Oct 16, 2006
1 parent a03471b commit 09b5274
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b2cfcd75df77b80d9cc3fa84190a350dfa79eb93
refs/heads/master: cb19d9ea2ce2bcbe291d3d48e3501dc4f33ba627
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/rfcomm/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,9 @@ static void rfcomm_tty_set_termios(struct tty_struct *tty, struct termios *old)

BT_DBG("tty %p termios %p", tty, old);

if (!dev)
return;

/* Handle turning off CRTSCTS */
if ((old->c_cflag & CRTSCTS) && !(new->c_cflag & CRTSCTS))
BT_DBG("Turning off CRTSCTS unsupported");
Expand Down

0 comments on commit 09b5274

Please sign in to comment.