mdm6600: Force tty->low_latency to 1
authorBenoit Goby <benoit@android.com>
Wed, 20 Oct 2010 04:58:13 +0000 (21:58 -0700)
committerBenoit Goby <benoit@android.com>
Tue, 26 Oct 2010 18:03:27 +0000 (11:03 -0700)
commitddc94c1701ab3ce0037547843cd338e33601b28b
tree3c37d44ccf9a0b4459f86a7deccca929426c2c81
parentbf7331d28b9139e6e9ba1b52cba0a3328a2e5739
mdm6600: Force tty->low_latency to 1

This makes the tty push data immediately to the ldisc when
flip_buffer_push is called instead of scheduling a delayed
workqueue. This fixes the dropped data problem.

Change-Id: I9558e3b4529653983ec9bf8af8ae7c8f8c25787f
Signed-off-by: Benoit Goby <benoit@android.com>
drivers/usb/serial/mdm6600.c