Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor cable identification inconsistency? #276

Closed
inkdot7 opened this issue Nov 27, 2022 · 1 comment
Closed

Minor cable identification inconsistency? #276

inkdot7 opened this issue Nov 27, 2022 · 1 comment

Comments

@inkdot7
Copy link
Contributor

inkdot7 commented Nov 27, 2022

In cable.hpp, the only occurance of 0x0403:0x6001 is named ft232RL

{"ft232RL", FTDI_BB( 0x0403, 0x6001, FTDI_INTF_A, 0x08, 0x0B, 0x08, 0x0B)},

but in libusb_ll.cpp it is named ft2232RL (note the extra 2)

else if (desc.idProduct == 0x6001)
snprintf(probe_type, 256, "ft2232RL");

is that a misprint or intentional (comment in libusb_ll.cpp would probably be good)?

@trabucayre
Copy link
Owner

Good catch! Fixed!
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants