Abstract low-level event handler operations
authorPete Batard <pbatard@gmail.com>
Sat, 5 Jun 2010 17:14:19 +0000 (12:14 -0500)
committerDaniel Drake <dan@reactivated.net>
Sat, 5 Jun 2010 17:16:20 +0000 (12:16 -0500)
commitfc0af8e3f76925ad09e0fbc6d233d500753ee375
tree1b53d16f4612f8b50985528b257c01c7a27b3275
parent64383fb5b55a74b706967836e81cef61e57df86a
Abstract low-level event handler operations

The Windows backend uses something other than UNIX file descriptors
for event handling. Abstract out the operations to allow for this.
libusb/Makefile.am
libusb/core.c
libusb/io.c
libusb/os/poll_posix.h [new file with mode: 0644]