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:
Daniel Drake 2008-07-09 03:25:23 +01:00
parent 3915cb2622
commit b6dabaacc8

View file

@ -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;