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:
parent
3915cb2622
commit
b6dabaacc8
1 changed files with 1 additions and 0 deletions
|
@ -792,6 +792,7 @@ API_EXPORTED int fp_init(void)
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
return r;
|
return r;
|
||||||
|
|
||||||
|
libusb_set_debug(fpi_usb_ctx, 3);
|
||||||
register_drivers();
|
register_drivers();
|
||||||
fpi_poll_init();
|
fpi_poll_init();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue