Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143255
b: refs/heads/master
c: 7a9a65c
h: refs/heads/master
i:
  143253: 5ae6e9a
  143251: c355c2b
  143247: 62512f9
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Apr 14, 2009
1 parent 0f7286d commit fbd0df8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b21597d0268983f8f9e8b563494f75490403e948
refs/heads/master: 7a9a65ced11ece416b730d6f21040a18e62d78a8
4 changes: 0 additions & 4 deletions trunk/drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,6 @@ static int acm_tty_open(struct tty_struct *tty, struct file *filp)
tty->driver_data = acm;
acm->tty = tty;

/* force low_latency on so that our tty_push actually forces the data through,
otherwise it is scheduled, and with high data rates data can get lost. */
tty->low_latency = 1;

if (usb_autopm_get_interface(acm->control) < 0)
goto early_bail;
else
Expand Down

0 comments on commit fbd0df8

Please sign in to comment.