]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1716533a7b71f7ee8c1b89e2a1188cf39aeecfa2
tree99ceced5dcbba8a1f5dfd6c77371963a399ddbc8
parenteb927e6f3e8c23fb71351794946e29ce0a6f9555
USB: ftdi_sio: fix initialisation of latency timeout

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>
drivers/usb/serial/ftdi_sio.c