summaryrefslogtreecommitdiffstats
path: root/fastboot/usb_osx.cpp
Commit message (Expand)AuthorAgeFilesLines
* fastboot: pin USB interface versions on darwin.Eran Messeri2018-11-111-10/+10
* fastbootd: Fix transport ownership.David Anderson2018-09-041-1/+5
* Add support for fastboot transport timeouts and USB Reset() on linuxAaron Wisner2018-07-261-7/+39
* Revert "Add derived UsbTransport class with USB reset method"Tobias Thierer2018-07-251-21/+5
* Add derived UsbTransport class with USB reset methodAaron Wisner2018-07-241-5/+21
* fastboot: gracefully handle failure to open a USB device on OS X.Josh Gao2017-08-181-9/+4
* Merge "Revert "Get fastboot working on OS X""Elliott Hughes2017-02-031-11/+0
|\
| * Revert "Get fastboot working on OS X"Elliott Hughes2017-02-031-11/+0
* | fastboot: Workaround for touchbar hang on MBP 2016Keith Mok2017-01-261-8/+0
* | fastboot: create Transport object (take 2).David Pursell2015-11-161-31/+42
* | Revert "fastboot: create Transport object."David Pursell2015-11-141-42/+31
* | fastboot: create Transport object.David Pursell2015-11-131-31/+42
|/
* Get fastboot working on OS XMatt Reimer2015-08-191-0/+11
* Start iterating USB pipe endpoints from 1.Elliott Hughes2015-08-131-1/+1
* More Mac fastboot failure debugging.Elliott Hughes2015-08-071-3/+2
* Include the error code if GetPipeProperties fails.Elliott Hughes2015-08-061-1/+1
* Fix Mac fastboot build.Elliott Hughes2015-06-241-3/+4
* Move fastboot's Mac OS code to C++.Elliott Hughes2015-06-241-0/+571