mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 02:07:14 +02:00
libusb_ll: rework. Splitted scan method -> help futur dev with a common code to detect/select usb devices
This commit is contained in:
+1
-1
@@ -1107,7 +1107,7 @@ void displaySupported(const struct arguments &args)
|
||||
}
|
||||
|
||||
if (args.scan_usb) {
|
||||
libusb_ll usb(0, 0);
|
||||
libusb_ll usb(0, 0, args.verbose);
|
||||
usb.scan();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user