summaryrefslogtreecommitdiffstats
path: root/adb/transport_usb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "adb: turn on libusb by default."Josh Gao2017-06-261-2/+2
* adb: boolify check_header and check_data.Josh Gao2017-05-181-5/+5
* adb: use the actual wMaxPacketSize for usb endpoints.Josh Gao2017-05-031-41/+27
* adb: fix two device offline problems.Yabin Cui2017-04-201-10/+114
* adb: turn on libusb by default.Josh Gao2017-03-021-2/+2
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-0/+9
* adb: add libusb implementation for Linux/Darwin.Josh Gao2017-01-251-2/+0
* Remove useless arguments from is_adb_interface.Josh Gao2016-10-101-1/+1
* Fix kick_transport test.Yabin Cui2016-04-181-1/+1
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-7/+7
* Remove confusing variable HOST.Yabin Cui2015-08-111-6/+0
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-1/+1
* Make connection states a proper type.Dan Albert2015-05-181-1/+1
* File header cleanup.Dan Albert2015-03-191-4/+5
* Move adb to C++.Dan Albert2015-03-091-0/+106