src/libusb_ll: typo (ft2232RL -> ft232RL). Fix #276
This commit is contained in:
parent
938755becb
commit
175312423c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue