No description
  • C 51.8%
  • Shell 40.2%
  • Makefile 7.4%
  • M4 0.6%
Find a file
ravindranath e87262ee30 Add libusb support
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>
2013-07-14 00:59:02 +01:00
doc Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
examples Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
libusb Add libusb support 2013-07-14 00:59:02 +01:00
libusb.xcodeproj Moved the symbol generation in the main build script. 2011-06-02 11:40:37 -07:00
aclocal.m4 Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
AUTHORS Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
ChangeLog Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
compile Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
config.guess Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
config.h Add libusb support 2013-07-14 00:59:02 +01:00
config.h.in Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
config.sub Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
configure Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
configure.ac Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
COPYING Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
depcomp Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
INSTALL Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
install-sh Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
libusb-1.0.pc.in Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
ltmain.sh Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
MacConfigExternalDebug.xcconfig Update the XCode project files. 2011-05-25 14:19:34 -07:00
MacConfigExternalRelease.xcconfig Update the XCode project files. 2011-05-25 14:19:34 -07:00
Makefile.am Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
Makefile.in Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
missing Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
NEWS Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
PORTING Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
README Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
THANKS Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00
TODO Move the libusb source from jumper to external. 2011-05-23 11:56:53 -07:00

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)