From 3e234d0a583c800912259bb1f4c67cf9a3897919 Mon Sep 17 00:00:00 2001 From: ktprograms <71804605+ktprograms@users.noreply.github.com> Date: Thu, 23 Dec 2021 19:39:08 +0800 Subject: [PATCH] Add Sony Ericsson Xperia Z Ultra (#218) --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 33137c8..1d0f656 100644 --- a/51-android.rules +++ b/51-android.rules @@ -645,6 +645,8 @@ ATTR{idProduct}=="01f4", ENV{adb_adbfast}="yes" ATTR{idProduct}=="b00b", ENV{adb_adbfast}="yes" # Xperia 5 II ATTR{idProduct}=="020d", ENV{adb_adbfast}="yes" +# Xperia Z Ultra +ATTR{idProduct}=="519c", ENV{adb_adbfast}="yes" GOTO="android_usb_rule_match" LABEL="not_Sony_Ericsson"