projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01aeb31
)
USB: serial: ftdi_sio: include FT2232D in type string
author
Johan Hovold
<johan@kernel.org>
Sun, 11 Sep 2022 14:02:08 +0000
(16:02 +0200)
committer
Johan Hovold
<johan@kernel.org>
Thu, 15 Sep 2022 06:05:51 +0000
(08:05 +0200)
Include the updated D-version in the type string for the FT2232C type.
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/ftdi_sio.c
b/drivers/usb/serial/ftdi_sio.c
index 6c279d4f37bc06e7e6011fd20c06dddbd635084f..853e036bdef2a58b8012597e5c995825ea47e5b7 100644
(file)
--- a/
drivers/usb/serial/ftdi_sio.c
+++ b/
drivers/usb/serial/ftdi_sio.c
@@
-1074,7
+1074,7
@@
static const char *ftdi_chip_name[] = {
[SIO] = "SIO", /* the serial part of FT8U100AX */
[FT232A] = "FT232A",
[FT232B] = "FT232B",
- [FT2232C] = "FT2232C",
+ [FT2232C] = "FT2232C
/D
",
[FT232R] = "FT232R",
[FT232H] = "FT232H",
[FT2232H] = "FT2232H",