fix syntax

comments are only allowed at the start of a line
This commit is contained in:
Thomas Weißschuh 2015-02-11 23:02:57 +00:00
parent 82f78561f3
commit 25e23e5719
1 changed files with 8 additions and 4 deletions

View File

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