]> Pileus Git - ~andy/linux/commit
USB: serial: FTDI: add high speed device support
authorMark Adamson <mark.adamson@ftdichip.com>
Thu, 9 Apr 2009 14:03:09 +0000 (15:03 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:44:41 +0000 (21:44 -0700)
commit094c2e6db4be381f708ad8a2e0532d7782f05ea4
tree2bb8fc0b4ace555ad341dd19fcc65174685f9cbc
parenta483d7068f661213e9586d4d132fc0e0287118b4
USB: serial: FTDI: add high speed device support

Added support for FTDI's USB 2.0 hi-speed devices - FT2232H (2
interfaces) and FT4232H (4 interfaces), including a new baud rate
calculation for these devices which can now achieve up to 12Mbaud by
turning off a divide by 2.5 in the baud rate generator of the chips.  In
order to achieve baud rates of <1200 baud, the divide by 2.5 must be
active.  The default product ID of the FT2232H is 0x6010 (same as the
FT2232C IC).  The default PID of the FT4232H is 0x6011.

Signed-off-by: Mark J. Adamson <mark.adamson@ftdichip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio.h