mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 08:36:02 -04:00
r141
- discard report ID from buffer (new hid_buffer in transfer_priv & new copy_transfer_data backend call) - overflow detection - extended HID xusb test Also: - fixed ill placed memset on composite device siblings detection
libusb ====== libusb is a library for USB device access from Linux userspace. It is written in C and licensed under the LGPL-2.1 (see COPYING). libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. See the PORTING file for some information, if you fancy a challenge :) libusb homepage: http://libusb.sourceforge.net Developers will wish to consult the API documentation: http://libusb.sourceforge.net/api-1.0/ Use the mailing list for questions, comments, etc: https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel - Daniel Drake <dsd@gentoo.org> (use the mailing list rather than mailing developers directly)
Description
Languages
C
91.7%
C++
3.1%
CMake
1.6%
Batchfile
1.1%
Makefile
1%
Other
1.5%