From e5bc06eea478e4055e311aa232f7cfc29168227b Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Sat, 13 Jun 2020 12:26:14 +0200 Subject: [PATCH] Indentation cleanup --- 51-android.rules | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/51-android.rules b/51-android.rules index 4ced1f2..b53c55b 100644 --- a/51-android.rules +++ b/51-android.rules @@ -138,8 +138,8 @@ ATTR{idVendor}=="091e", ENV{adb_user}="yes" # Google ATTR{idVendor}!="18d1", GOTO="not_Google" ENV{adb_user}="yes" -# Nexus, Pixel, Pixel XL, Pixel 2, Pixel 2XL (4ee2=mtp,adb 4ee4=rndis,adb 4ee6=ptp,adb 4ee7=adb 4ee9=midi,adb 2d01=accessory,adb 2d03=audio_source,adb 2d05=accessory,audio_source,adb) -# See https://android.googlesource.com/device/google/wahoo/+/master/init.hardware.usb.rc +# Nexus, Pixel, Pixel XL, Pixel 2, Pixel 2XL (4ee2=mtp,adb 4ee4=rndis,adb 4ee6=ptp,adb 4ee7=adb 4ee9=midi,adb 2d01=accessory,adb 2d03=audio_source,adb 2d05=accessory,audio_source,adb) +# See https://android.googlesource.com/device/google/wahoo/+/master/init.hardware.usb.rc ATTR{idProduct}=="4ee2", SYMLINK+="android_adb" ATTR{idProduct}=="4ee4", SYMLINK+="android_adb" ATTR{idProduct}=="4ee6", SYMLINK+="android_adb" @@ -154,8 +154,8 @@ ATTR{idProduct}=="4e42", SYMLINK+="android_adb" ATTR{idProduct}=="4e40", SYMLINK+="android_fastboot" # Nexus 5, Nexus 10 ATTR{idProduct}=="4ee1", ENV{adb_adbfast}="yes" -# Nexus S (4e22=mass_storage,adb 4e24=rndis,adb) -# See https://android.googlesource.com/device/samsung/crespo/+/android-4.1.2_r2.1/init.herring.usb.rc +# Nexus S (4e22=mass_storage,adb 4e24=rndis,adb) +# See https://android.googlesource.com/device/samsung/crespo/+/android-4.1.2_r2.1/init.herring.usb.rc ATTR{idProduct}=="4e22", SYMLINK+="android_adb" ATTR{idProduct}=="4e24", SYMLINK+="android_adb" ATTR{idProduct}=="4e20", SYMLINK+="android_fastboot" @@ -266,7 +266,7 @@ ATTR{idProduct}=="1051", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_ME ATTR{idProduct}=="1052", SYMLINK+="android_adb" # MediaPad T3 ATTR{idProduct}=="107d", SYMLINK+="android_adb" -# P10 Lite +# P10 Lite ATTR{idProduct}=="107e", SYMLINK+="android_adb" # Watch ATTR{idProduct}=="1c2c", SYMLINK+="android_adb" @@ -308,7 +308,7 @@ ATTR{idVendor}=="17ef", ENV{adb_user}="yes" # LeTv ATTR{idVendor}!="2b0e", GOTO="not_letv" ENV{adb_user}="yes" -# LEX720 LeEco Pro3 6GB (610c=normal,610d=debug, 610b=camera) +# LEX720 LeEco Pro3 6GB (610c=normal,610d=debug, 610b=camera) ATTR{idProduct}=="610d", ENV{adb_fastboot}="yes" GOTO="android_usb_rule_match" LABEL="not_letv" @@ -424,11 +424,11 @@ ATTR{idVendor}=="2833", ENV{adb_user}="yes" # OnePlus(Oreo) ATTR{idVendor}!="2a70", GOTO="not_OnePlus" ENV{adb_user}="yes" -# Charging mode +# Charging mode ATTR{idProduct}=="4ee7", SYMLINK+="android_adb" -# MTP mode +# MTP mode ATTR{idProduct}=="9011", SYMLINK+="android_adb" -# PTP mode +# PTP mode ATTR{idProduct}=="904e", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_OnePlus" @@ -470,7 +470,7 @@ ATTR{idProduct}=="9011", SYMLINK+="android_adb" ATTR{idProduct}=="900e", SYMLINK+="android_adb" # OnePlus 3T ATTR{idProduct}=="676c", SYMLINK+="android_adb" -# OnePlus 3T w/ Oreo MIDI mode +# OnePlus 3T w/ Oreo MIDI mode ATTR{idProduct}=="90bb", SYMLINK+="android_adb" # OnePlus 5 / 6 / 6T ATTR{idProduct}=="9011", SYMLINK+="android_adb" @@ -639,7 +639,7 @@ LABEL="not_XiaoMi" # Yota ATTR{idVendor}!="2916", GOTO="not_Yota" ENV{adb_user}="yes" -# YotaPhone2 (f003=normal,9139=debug) +# YotaPhone2 (f003=normal,9139=debug) ATTR{idProduct}=="9139", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_Yota"