commit | b40a26f9012c3b4fb29b589b97c37e9a32a06a5d | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Wed Aug 12 18:44:31 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Wed Aug 12 18:44:31 2020 -0700 |
tree | c8b0b7f0039539b8108b2bfcabd5c2848f0730f4 | |
parent | d67eb5beaa44c17c09f089a522ff483f4978a978 [diff] |
core: Add support for eventfd On systems that support it, using an eventfd for simple signalling is much more efficient than using a pipe. Add detection of eventfd to the configure script and wire it up in the POSIX event abstraction. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)