aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/adb/patches/001-create_Makefile.patch
Commit message (Collapse)AuthorAgeFilesLines
* adb: fix for SuperSpeed devicesBjørn Mork2019-12-231-1/+1
| | | | | | | | | | | | | | The USB descriptor parsing in adb fails to detect SuperSpeed devices because of the SuperSpeed Endpoint Companion Descriptor. This cherry-picks the upstream fix for the problem. Unfortunately there never were a release with this fix before the conversion to C++, so upgrading to a newer version isn't an option. This makes adb work with SuperSpeed devices like the Sierra Wireless EM7565. Tested and verified. Signed-off-by: Bjørn Mork <bjorn@mork.no>
* adb: new package "Android Debug Bridge"Henryk Heisig2016-12-221-0/+45
Signed-off-by: Henryk Heisig <hyniu@o2.pl>