Zenfone trial

This commit is contained in:
M0Rf30 2014-12-15 19:41:34 +01:00
parent 1f9fd3004d
commit 35d2db54fc
1 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,10 @@ LABEL="not_Archos"
# Asus
ATTR{idVendor}=="0b05", ENV{adb_user}="yes"
# Zenphone 5
ATTR{idProduct}=="4daf", SYMLINK+="android_adb", SYMLINK+="android_fastboot"
ATTR{idProduct}=="4c90" # normal
ATTR{idProduct}=="4c91", SYMLINK+="android_adb" # USB Debugging
ATTR{idProduct}=="4daf", SYMLINK+="android_fastboot" # Fastboot
ATTR{idProduct}=="7030" # Tegra APX
# Azpen Onda
ATTR{idVendor}=="1f3a", ENV{adb_user}="yes"