Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: serial: ftdi_sio: include FT2232D in type string

Include the updated D-version in the type string for the FT2232C type.

Signed-off-by: Johan Hovold <johan@kernel.org>

+1 -1
+1 -1
drivers/usb/serial/ftdi_sio.c
··· 1074 1074 [SIO] = "SIO", /* the serial part of FT8U100AX */ 1075 1075 [FT232A] = "FT232A", 1076 1076 [FT232B] = "FT232B", 1077 - [FT2232C] = "FT2232C", 1077 + [FT2232C] = "FT2232C/D", 1078 1078 [FT232R] = "FT232R", 1079 1079 [FT232H] = "FT232H", 1080 1080 [FT2232H] = "FT2232H",