summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-05-05 23:07:18 +0100
committerPete Batard <pbatard@gmail.com>2010-05-05 23:07:18 +0100
commit71eaaccde2c6ff09d3c772f8d99981d20787b2d3 (patch)
tree8f8a12be46a1ba8c12682330837c135e9b271503 /libusb
parent91f223d55cb434a325d1330ff0f743d87fdcc374 (diff)
downloadlibusb-71eaaccde2c6ff09d3c772f8d99981d20787b2d3.tar.gz
disabled autoclaim in windows_usb.c and removed its use in xusb.cr275
Diffstat (limited to 'libusb')
-rw-r--r--libusb/os/windows_usb.c2
1 files changed, 1 insertions, 1 deletions
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***