USB: ftdi_sio: fix initialisation of latency timeout
authorJohan Hovold <jhovold@gmail.com>
Sun, 22 Nov 2009 20:25:20 +0000 (21:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:53:04 +0000 (14:53 -0800)
Latency timeout was read but never stored on port probe. When
ASYNC_LOW_LATENCY was cleared the device timeout would get set to 0
rather than the default 16ms.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found