diff --git a/src/libusb_ll.cpp b/src/libusb_ll.cpp index 85951df..1b3a453 100644 --- a/src/libusb_ll.cpp +++ b/src/libusb_ll.cpp @@ -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)