From bc2c4b35c6ac1fad86fb76f906671f4e94b3fa29 Mon Sep 17 00:00:00 2001 From: Per Christian Henden Date: Tue, 5 Jan 2021 11:03:00 +0100 Subject: [PATCH] Add three Sony Xperia ids (#201) Verified with actual devices --- 51-android.rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/51-android.rules b/51-android.rules index 1e89ecb..dc4c3e7 100644 --- a/51-android.rules +++ b/51-android.rules @@ -607,6 +607,12 @@ ATTR{idProduct}=="01bb", ENV{adb_adbfast}="yes" ATTR{idProduct}=="51c9", ENV{adb_adbfast}="yes" # Xperia XZ ATTR{idProduct}=="51e7", ENV{adb_adbfast}="yes" +# Xperia XZ1 Compact +ATTR{idProduct}=="01f4", ENV{adb_adbfast}="yes" +# Xperia XZ2 Compact +ATTR{idProduct}=="b00b", ENV{adb_adbfast}="yes" +# Xperia 5 II +ATTR{idProduct}=="020d", ENV{adb_adbfast}="yes" GOTO="android_usb_rule_match" LABEL="not_Sony_Ericsson"