mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09:00
Enable libusb debug messages
While we're a noisy library we might as well ask libusb to be as well
This commit is contained in:
@@ -792,6 +792,7 @@ API_EXPORTED int fp_init(void)
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
libusb_set_debug(fpi_usb_ctx, 3);
|
||||
register_drivers();
|
||||
fpi_poll_init();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user