Misc: Revert all references to libusb/libusb.info
This commit is contained in:
parent
85e118aca6
commit
1eff220474
78 changed files with 455 additions and 1316 deletions
|
@ -40,7 +40,7 @@ static bool dosyslog = false;
|
|||
#endif
|
||||
|
||||
#ifndef FXLOAD_VERSION
|
||||
#define FXLOAD_VERSION (__DATE__ " (libusbx)")
|
||||
#define FXLOAD_VERSION (__DATE__ " (libusb)")
|
||||
#endif
|
||||
|
||||
#ifndef ARRAYSIZE
|
||||
|
@ -69,7 +69,7 @@ static int print_usage(int error_code) {
|
|||
fprintf(stderr, " -i <path> -- Firmware to upload\n");
|
||||
fprintf(stderr, " -t <type> -- Target type: an21, fx, fx2, fx2lp, fx3\n");
|
||||
fprintf(stderr, " -d <vid:pid> -- Target device, as an USB VID:PID\n");
|
||||
fprintf(stderr, " -p <bus,addr> -- Target device, as a libusbx bus number and device address path\n");
|
||||
fprintf(stderr, " -p <bus,addr> -- Target device, as a libusb bus number and device address path\n");
|
||||
fprintf(stderr, " -v -- Increase verbosity\n");
|
||||
fprintf(stderr, " -q -- Decrease verbosity (silent mode)\n");
|
||||
fprintf(stderr, " -V -- Print program version\n");
|
||||
|
@ -165,7 +165,7 @@ int main(int argc, char*argv[])
|
|||
}
|
||||
}
|
||||
|
||||
/* open the device using libusbx */
|
||||
/* open the device using libusb */
|
||||
status = libusb_init(NULL);
|
||||
if (status < 0) {
|
||||
logerror("libusb_init() failed: %s\n", libusb_error_name(status));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue