USB: ftdi_sio.c: Allow setting latency timer on FT232RL
authorStepan Moskovchenko <stevenm86@gmail.com>
Wed, 9 May 2007 18:53:04 +0000 (14:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:29:50 +0000 (16:29 -0700)
commit97cd49ebf74e3bee49d541a47ef085df1fbfac7d
treea1c42d313f523dd43dec38904f99c8911416e038
parent20dfdad74a2baabeecc2896c770efcbf698b9b8d
USB: ftdi_sio.c: Allow setting latency timer on FT232RL

The new FT232RL allows setting and getting the value of the latency
timer, like on the FT232BM. However, the driver will not create the
sysfs entries for the RL without this one-line patch.

I have tested it on two systems with successful results.

From: Stepan Moskovchenko <stevenm86@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c