summaryrefslogtreecommitdiffstats
path: root/libusbhost/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* libusbhost: Turn on -WerrorMark Salyzyn2014-05-211-1/+3
| | | | Change-Id: Ia765b56197c28d6cde633db9c429001993f75f17
* Fix the definition of LOCAL_PATH in libusbhost/Android.mkKévin PETIT2014-02-121-1/+1
| | | | | Change-Id: I870cac2f0e26644e4456743209aa45644d7e494b Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
* libusbhost: generates a static libraryGuillaume Ranquet2012-12-101-0/+10
| | | | | | | | | | due to limitations of the droidboot OS used for POS, there's a need for a static libusbhost library. this permits to include libusbhost in droidboot Change-Id: I0f0c07817ad19b773b466b69fd6e997877d41b34 Signed-off-by: Guillaume Ranquet <guillaumex.ranquet@intel.com>
* libusbhost: Support for multiple pending requests on a single endpointMike Lockwood2011-01-061-0/+3
| | | | | | | Add new usb_request struct to replace usb_endpoint, which is no longer needed. Change-Id: Ia3637b3431a3597caced41bfec677ef0b044a453 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Change libusbhost from static to shared libraryMike Lockwood2010-12-291-2/+2
| | | | | Change-Id: I0c16cc4536c4ab700c33433c8a6323ade7cfc95d Signed-off-by: Mike Lockwood <lockwood@android.com>
* libusbhost: Use logcat for debugging when building device library.Mike Lockwood2010-06-101-0/+2
| | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* libusbhost: new library for Linux USB host support.Mike Lockwood2010-05-101-0/+41
Supports access to Linux usbdevfs on both device and Linux host. Change-Id: Ie88a5193be3ee715792b10b34b3da32ffc4ca57b Signed-off-by: Mike Lockwood <lockwood@android.com>