From 31f9fbce3cf319a1f38501040e5d11759df5309d Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Fri, 3 Jul 2009 16:30:55 +0000 Subject: * libusb: Add some helpful information git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10937 33e552b5-05e3-0310-8538-816dae2090ed --- rules/libusb.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'rules/libusb.in') diff --git a/rules/libusb.in b/rules/libusb.in index fc706ed20..56aa4f882 100644 --- a/rules/libusb.in +++ b/rules/libusb.in @@ -15,13 +15,19 @@ config LIBUSB_DISABLE_LOG prompt "Disable all log" default y help - Disable all logging + Disable all logging. Even if an application setup the debug level + to a value other than 0, this library will not output any messages. + If this menu entry is not enabled, an application or the environment + variable LIBUSB_DEBUG can setup the debug message level at runtime. + Refer http://libusb.sourceforge.net/api-1.0/group__lib.htm function + libusb_set_debug() config LIBUSB_DEBUG_LOG bool prompt "Enable debug log" depends on !LIBUSB_DISABLE_LOG help - Enable full debug logging + Enable full debug logging. This will always output debug messages, + there is no way to disable them at runtime. endif -- cgit v1.2.3