Re: [PATCH] USB: ftdi_sio: Remove tty->low_latency.

From: Johan Hovold
Date: Sat Oct 03 2009 - 08:29:08 EST


On Sat, Oct 03, 2009 at 02:11:40PM +0200, Oliver Neukum wrote:
> This unfortunately is incorrect. If an unthrottling happens before the read
> callback runs you submit a running URB.

Duh. :) Here's an update that uses both throttle flags which is of
course required.

Thanks,
Johan