| Commit message (Expand) | Author | Age | Files | Lines |
* | libusbhost: generates a static library | Guillaume Ranquet | 2012-12-10 | 1 | -0/+10 |
* | libusbhost: permits client polling on inotify wd | Guillaume Ranquet | 2012-12-10 | 1 | -65/+105 |
* | libusbhost: Fix USB device discovery on boot | Benoit Goby | 2012-08-02 | 1 | -15/+43 |
* | libusbhost: Fix possible missed "device added" notification | Benoit Goby | 2012-08-02 | 1 | -20/+43 |
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 1 | -1/+1 |
* | libusbhost: Limit bulk transfer requests to 16384 bytes | Mike Lockwood | 2011-03-12 | 1 | -1/+12 |
* | libusbhost: Save endpoint ID in usb_request struct | Mike Lockwood | 2011-02-14 | 1 | -0/+1 |
* | libusbhost: Add call for synchronous bulk transfers | Mike Lockwood | 2011-01-27 | 1 | -28/+46 |
* | libusbhost: Add usb_device_connect_kernel_driver() | Mike Lockwood | 2011-01-22 | 1 | -2/+17 |
* | libusbhost: Support for multiple pending requests on a single endpoint | Mike Lockwood | 2011-01-06 | 2 | -56/+52 |
* | libusbhost: Add usb_device_get_name_from_unique_id() | Mike Lockwood | 2010-12-29 | 1 | -0/+10 |
* | Change libusbhost from static to shared library | Mike Lockwood | 2010-12-29 | 1 | -2/+2 |
* | libusbhost: Fix breakage due to not storing dev_name in struct usb_device | Mike Lockwood | 2010-12-15 | 1 | -0/+1 |
* | libusbhost: Add accessor for the USB device descriptor | Mike Lockwood | 2010-12-13 | 1 | -0/+5 |
* | libusbhost: Add support for creating a usb_device struct from an existing fd | Mike Lockwood | 2010-12-13 | 1 | -23/+51 |
* | libusbhost: add usb_device_get_unique_id_from_name() | Mike Lockwood | 2010-07-27 | 1 | -0/+7 |
* | libusbhost: Add usb_device_send_control for sending raw commands on endpoint 0. | Mike Lockwood | 2010-07-24 | 1 | -28/+34 |
* | libusbhost: Fix deadlock on devices without USB host support. | Mike Lockwood | 2010-07-20 | 1 | -0/+2 |
* | libusbhost: Add callback to usb_host_run to notify when initial device discov... | Mike Lockwood | 2010-07-20 | 1 | -0/+3 |
* | libusbhost: The client is now responsible for creating the thread that monito... | Mike Lockwood | 2010-07-01 | 1 | -47/+49 |
* | libusbhost: Use logcat for debugging when building device library. | Mike Lockwood | 2010-06-10 | 2 | -6/+20 |
* | libusbhost: Added usb_device_get_unique_id | Mike Lockwood | 2010-06-01 | 1 | -0/+8 |
* | libusbhost: Remove global data to allow multiple instances in the same process. | Mike Lockwood | 2010-05-25 | 1 | -23/+25 |
* | libusbhost: add usb_endpoint_get_device() | Mike Lockwood | 2010-05-12 | 1 | -0/+5 |
* | libusbhost: new library for Linux USB host support. | Mike Lockwood | 2010-05-10 | 2 | -0/+497 |