summaryrefslogtreecommitdiffstats
path: root/rules/libusb.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-07-03 16:30:55 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-07-03 16:30:55 +0000
commit31f9fbce3cf319a1f38501040e5d11759df5309d (patch)
treec6618ba3ca0fb43199c7d6317ada741fbee4e681 /rules/libusb.in
parent3fa9076d4e2ee6238dd52cbabb4e7d957e1fb1fc (diff)
downloadptxdist-31f9fbce3cf319a1f38501040e5d11759df5309d.tar.gz
ptxdist-31f9fbce3cf319a1f38501040e5d11759df5309d.tar.xz
* libusb: Add some helpful information
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10937 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libusb.in')
-rw-r--r--rules/libusb.in10
1 files changed, 8 insertions, 2 deletions
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