commit | f6c259a39fd7bb8db6661690976a0f05d12b707d | [log] [tgz] |
---|---|---|
author | Daniel Glöckner <dg@emlix.com> | Tue Jan 11 00:42:14 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sat Jan 22 19:38:57 2011 -0800 |
tree | 607537090b998ecf679c21097583690ccef8769c | |
parent | 9abff15dd69c6f4ed88ecc8ba089f55e9cf6655e [diff] |
USB: ftdi_sio: fix resolution of 2232H baud rate dividers The 2232H high speed baud rates also support fractional baud rate divisors, but when the performing the divisions before the multiplication, the fractional bits are lost. Signed-off-by: Daniel Glöckner <dg@emlix.com> Acked-by: Mark Adamson <mark.adamson@ftdichip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>