From 71eaaccde2c6ff09d3c772f8d99981d20787b2d3 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 5 May 2010 23:07:18 +0100 Subject: disabled autoclaim in windows_usb.c and removed its use in xusb.c --- libusb/os/windows_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libusb/os') diff --git a/libusb/os/windows_usb.c b/libusb/os/windows_usb.c index 09dd8dd..d68d377 100644 --- a/libusb/os/windows_usb.c +++ b/libusb/os/windows_usb.c @@ -29,7 +29,7 @@ // option below is enabled. #define USE_HIDD_FOR_REPORTS // - Should libusb automatically claim the interfaces it requires? -#define AUTO_CLAIM +//#define AUTO_CLAIM // - Forces instant overlapped completion on timeouts: can prevents extensive // wait in poll, after a timeout, but might affect subsequent API calls. // ***USE AT YOUR OWN RISKS*** -- cgit v1.2.1