From fbd0df8ef71c673f531e2c9c736e9c0f7af443f4 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 14 Apr 2009 14:57:36 +0100 Subject: [PATCH] --- yaml --- r: 143255 b: refs/heads/master c: 7a9a65ced11ece416b730d6f21040a18e62d78a8 h: refs/heads/master i: 143253: 5ae6e9a5e26e0e7bb2c7ddbd9d40e0b43813c56f 143251: c355c2b94c2e4cd7c92e941e891d9ea888df5b0a 143247: 62512f9f8e246c0f23bbbc464f3bb1db0afab4a8 v: v3 --- [refs] | 2 +- trunk/drivers/usb/class/cdc-acm.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index dd6c692bae86..4732fef88a7e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b21597d0268983f8f9e8b563494f75490403e948 +refs/heads/master: 7a9a65ced11ece416b730d6f21040a18e62d78a8 diff --git a/trunk/drivers/usb/class/cdc-acm.c b/trunk/drivers/usb/class/cdc-acm.c index 869d47cb6db3..0a69c0977e3f 100644 --- a/trunk/drivers/usb/class/cdc-acm.c +++ b/trunk/drivers/usb/class/cdc-acm.c @@ -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