USB: Add new FT232H chip to drivers/usb/serial/ftdi_sio.c
appended patch adds support for the new FTDI FT232H chip. This chip is a single channel version of the dual FT2232H/quad FT4232H, coming with it's own default PID 0x6014 (FT2232H uses the same PID 0x6010 like FT2232C, FT4232H has also it's own PID). The patch was checked on an UM232H module and a terminal program with TX/RX shorted to that typing in the terminal reproduced the characters. Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

szülő
8b1ab60c76
commit
309427b635
@@ -156,7 +156,8 @@ enum ftdi_chip_type {
|
||||
FT2232C = 4,
|
||||
FT232RL = 5,
|
||||
FT2232H = 6,
|
||||
FT4232H = 7
|
||||
FT4232H = 7,
|
||||
FT232H = 8
|
||||
};
|
||||
|
||||
enum ftdi_sio_baudrate {
|
||||
|
Reference in New Issue
Block a user