[Pcsclite-cvs-commit] PCSC/src hotplug_libusb.c,1.6,1.7

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 26 Aug 2003 15:39:00 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv17446/src

Modified Files:
	hotplug_libusb.c 
Log Message:
disable USB debug by default


Index: hotplug_libusb.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_libusb.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** hotplug_libusb.c	26 Aug 2003 13:12:46 -0000	1.6
--- hotplug_libusb.c	26 Aug 2003 13:38:58 -0000	1.7
***************
*** 53,57 ****
  
  /* set to 1 if you want to see USB hotplug debug messages */
! #define DEBUG_USB_HOTPLUG 1
  
  extern int LTPBundleFindValueWithKey(char *, char *, char *, int);
--- 53,57 ----
  
  /* set to 1 if you want to see USB hotplug debug messages */
! #define DEBUG_USB_HOTPLUG 0
  
  extern int LTPBundleFindValueWithKey(char *, char *, char *, int);