No description
- C 51.8%
- Shell 40.2%
- Makefile 7.4%
- M4 0.6%
libusb support is required for userspace usb driver in Bluedroid stack. Build is fixed for android in io.c by including macro TIMESPEC_TO_TIMEVAL Issue: AXIA-1459 Change-Id: I7d3480b9e7aee45e4be0d82d7e65d3b914a615d8 Signed-off-by: Ravindranath Doddi <ravindranathx.doddi@intel.com> |
||
|---|---|---|
| doc | ||
| examples | ||
| libusb | ||
| libusb.xcodeproj | ||
| aclocal.m4 | ||
| AUTHORS | ||
| ChangeLog | ||
| compile | ||
| config.guess | ||
| config.h | ||
| config.h.in | ||
| config.sub | ||
| configure | ||
| configure.ac | ||
| COPYING | ||
| depcomp | ||
| INSTALL | ||
| install-sh | ||
| libusb-1.0.pc.in | ||
| ltmain.sh | ||
| MacConfigExternalDebug.xcconfig | ||
| MacConfigExternalRelease.xcconfig | ||
| Makefile.am | ||
| Makefile.in | ||
| missing | ||
| NEWS | ||
| PORTING | ||
| README | ||
| THANKS | ||
| TODO | ||
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)