summaryrefslogtreecommitdiff
path: root/fastboot/usb_linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* fastboot: Allow fastboot to asynchronously differentiate between fastboot and...David Anderson2020-05-281-0/+9
* fastbootd: Fix transport ownership.David Anderson2018-09-041-1/+5
* Add support for fastboot transport timeouts and USB Reset() on linuxAaron Wisner2018-07-261-9/+21
* Revert "Add derived UsbTransport class with USB reset method"Tobias Thierer2018-07-251-21/+9
* Add derived UsbTransport class with USB reset methodAaron Wisner2018-07-241-9/+21
* Refactor libfastbootAaron Wisner2018-07-191-1/+1
* Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.Elliott Hughes2016-11-141-15/+17
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-291-1/+1
* system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-5/+3
* fastboot: create Transport object (take 2).David Pursell2015-11-161-43/+48
* Revert "fastboot: create Transport object."David Pursell2015-11-141-48/+43
* fastboot: create Transport object.David Pursell2015-11-131-43/+48
* Document the current MAX_USBFS_BULK_SIZE situation.Elliott Hughes2015-07-281-16/+19
* Move fastboot to C++.Elliott Hughes2015-06-231-0/+490