summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2014-05-12 17:36:46 -0600
committerNathan Hjelm <hjelmn@me.com>2014-05-12 17:40:12 -0600
commit26dab3d6808a00c28a0d222c8f6625d4e719a5b2 (patch)
treeb28ffe88ed7314bb3320d7931374d920b3942d10 /libusb/version_nano.h
parent3893c4fcc92765cfa934e8762b7951fe8648ef7e (diff)
downloadlibusb-26dab3d6808a00c28a0d222c8f6625d4e719a5b2.tar.gz
darwin: initial implemenations of the hotplug_poll function
This implementation makes use of the IOKitWaitQuiet which waits until all IOKit processing is complete. The performance won't necessarily be great but it should help codes that have not yet or cannot move to the libusb hotplug API. Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index ea3ff7c..43d1ae3 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10886
+#define LIBUSB_NANO 10887