Add Asus ZenFone 2 (Sideload in Recovery) (#210)

ZenFone 2 uses Google IDs for modes where MTP is available, but when only ADB is available, it uses Intel's 0x0807, 0x0a5d.
This commit is contained in:
Dragoon Aethis 2021-05-06 00:20:38 +02:00 committed by GitHub
parent 1d8fe8bdcc
commit 77f9252fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ ATTR{idProduct}=="0a16", ENV{adb_adb}="yes"
# Chuwi Hi 10 Pro (HQ64)
ATTR{idProduct}=="2a65", ENV{adb_adb}="yes"
ATTR{idProduct}=="07ef", ENV{adb_adb}="yes"
# Asus ZenFone 2 (ADB Sideload in TWRP Recovery)
ATTR{idProduct}=="0a5d", ENV{adb_adb}="yes"
# Reference Boards using kernelflinger
# See https://github.com/intel/kernelflinger/blob/master/libefiusb/usb.c#L56
ATTR{idProduct}=="09ef", ENV{adb_adbfast}="yes"