summaryrefslogtreecommitdiff
path: root/usb_linux_client.cpp
AgeCommit message (Expand)Author
2016-09-26Switch adb to <android-base/properties.h>.Elliott Hughes
2016-09-21adb: kill adb_mutex_t, adb_cond_t.Josh Gao
2016-06-02Revert "adb: close ep0 on disconnection."Siqi Lin
2016-04-28adb: close ep0 on disconnection.Yabin Cui
2016-04-26adb: fix adb usb operations on device.Yabin Cui
2016-02-22adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao
2015-12-17adb: extract USB FFS read/write limit constants.Josh Gao
2015-12-16adb: split up reads longer than 16k.Josh Gao
2015-12-14Share the new adb USB diagnostic code with fastboot.Elliott Hughes
2015-12-08Merge "adb: add help text for USB permission errors."David Pursell
2015-12-03adbd: split up writes longer than 16k.Josh Gao
2015-12-03adb: add help text for USB permission errors.David Pursell
2015-10-07adbd: Add os descriptor support for adb.Badhri Jagan Sridharan
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-02adb: clean up debug tracing a little.Yabin Cui
2015-08-31adb: set thread names (linux & mac)Siva Velusamy
2015-08-25EINTR is handled by adb_read/unix_read and friends.Elliott Hughes
2015-08-24Merge "adbd: enable USB SuperSpeed (again)"Badhri Jagan Sridharan
2015-07-22Increase size of the the adb packets sent over the wireTamas Berghammer
2015-07-21adb: logging: newlines, thread ids, error code overwritingSpencer Low
2015-06-08adbd: enable USB SuperSpeed (again)Jack Pham
2015-05-22adb: fix adb_close() vs. unix_close() usageSpencer Low
2015-05-08Revert "Revert "Split adb_main.cpp into client and daemon.""Dan Albert
2015-05-08Revert "Split adb_main.cpp into client and daemon."Dan Albert
2015-05-08Split adb_main.cpp into client and daemon.Dan Albert
2015-05-05Add some missing 'static's.Elliott Hughes
2015-05-05Simplify adb_thread_create.Elliott Hughes
2015-04-21Add missing null checks after allocations.Elliott Hughes
2015-04-21adb: set sys.usb.ffs.ready to signal usb pullupBadhri Jagan Sridharan
2015-04-17Remove yet more fixed-length buffers (and their overruns).Elliott Hughes
2015-04-16Switch usb_linux_client to C++.Elliott Hughes