From b6dabaacc8d27c7f3ea54fcce7bf0d3ccc0f97c3 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Wed, 9 Jul 2008 03:25:23 +0100 Subject: [PATCH] Enable libusb debug messages While we're a noisy library we might as well ask libusb to be as well --- libfprint/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libfprint/core.c b/libfprint/core.c index 1a45e1d..6cf2e38 100644 --- a/libfprint/core.c +++ b/libfprint/core.c @@ -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;