diff options
author | Bjørn Mork <bjorn@mork.no> | 2019-11-19 14:37:24 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-23 00:22:07 +0100 |
commit | d034a1f4577108a465e8347d11a51dc0e5a29298 (patch) | |
tree | 5784b29aa5f3f900fb17ac716a4a7385e6e3569d /package/utils/adb/Makefile | |
parent | dd299805ad18472a8245b4524a25e4381e166057 (diff) | |
download | upstream-d034a1f4577108a465e8347d11a51dc0e5a29298.tar.gz upstream-d034a1f4577108a465e8347d11a51dc0e5a29298.tar.bz2 upstream-d034a1f4577108a465e8347d11a51dc0e5a29298.zip |
adb: fix for SuperSpeed devices
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>
Diffstat (limited to 'package/utils/adb/Makefile')
-rw-r--r-- | package/utils/adb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/adb/Makefile b/package/utils/adb/Makefile index 7be8ee9a1c..0482a40da1 100644 --- a/package/utils/adb/Makefile +++ b/package/utils/adb/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adb PKG_VERSION:=android.5.0.2_r1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://android.googlesource.com/platform/system/core |