src/libusb_ll: typo (ft2232RL -> ft232RL). Fix #276

This commit is contained in:
Gwenhael Goavec-Merou 2022-11-27 09:51:31 +01:00
parent 938755becb
commit 175312423c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ bool libusb_ll::scan()
else if (desc.idProduct == 0x6011)
snprintf(probe_type, 256, "ft4232");
else if (desc.idProduct == 0x6001)
snprintf(probe_type, 256, "ft2232RL");
snprintf(probe_type, 256, "ft232RL");
else if (desc.idProduct == 0x6014)
snprintf(probe_type, 256, "ft232H");
else if (desc.idProduct == 0x6015)