From 89eacfdd270b639b00130cf3e892be5763b79c2b Mon Sep 17 00:00:00 2001 From: Luiza Utsch Date: Sat, 27 May 2017 18:34:22 +0100 Subject: [PATCH 1/2] Adding Xperia Z3 (D6603) Added and then tested with Android Studio --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 8f049c4..8ca2f8c 100644 --- a/51-android.rules +++ b/51-android.rules @@ -444,6 +444,8 @@ ATTR{idProduct}=="5176", ENV{adb_adbfast}="yes" # Xperia Z1 Compact ATTR{idProduct}=="51a7", ENV{adb_adbfast}="yes" # Xperia Z2 +ATTR{idProduct}=="51ba", ENV{adb_adbfast}="yes" +# Xperia Z3 ATTR{idProduct}=="01af", ENV{adb_adbfast}="yes" # Xperia Z3 Compact ATTR{idProduct}=="01bb", ENV{adb_adbfast}="yes" From d84bd6365d6dd1abff19096ab46a60a4a0b60067 Mon Sep 17 00:00:00 2001 From: Luiza Utsch Date: Sat, 27 May 2017 19:37:00 +0100 Subject: [PATCH 2/2] Fixing tab use Fixing tab use to comply with standard used on the file --- 51-android.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index 8ca2f8c..4c2de13 100644 --- a/51-android.rules +++ b/51-android.rules @@ -445,7 +445,7 @@ ATTR{idProduct}=="5176", ENV{adb_adbfast}="yes" ATTR{idProduct}=="51a7", ENV{adb_adbfast}="yes" # Xperia Z2 ATTR{idProduct}=="51ba", ENV{adb_adbfast}="yes" -# Xperia Z3 +# Xperia Z3 ATTR{idProduct}=="01af", ENV{adb_adbfast}="yes" # Xperia Z3 Compact ATTR{idProduct}=="01bb", ENV{adb_adbfast}="yes"