From e6f2caa256aa1cb515464948bd35cf95fe9a62f5 Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Sat, 6 Feb 2016 12:35:14 +0100 Subject: [PATCH] ZUK Vendor --- 51-android.rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index 11828e4..e2e85fa 100644 --- a/51-android.rules +++ b/51-android.rules @@ -449,7 +449,7 @@ LABEL="not_XiaoMi" # Zebra ATTR{idVendor}=="05e0", ENV{adb_user}="yes" -# TC55 +# TC55 ATTR{idProduct}=="2101", SYMLINK+="android_adb" GOTO="android_usb_rule_match" @@ -460,6 +460,9 @@ ATTR{idProduct}=="1351", SYMLINK+="android_adb" # Blade S (Crescent, Orange San Francisco 2) (1355=normal,1354=debug) ATTR{idProduct}=="1354", SYMLINK+="android_adb" +# ZUK +ATTR{idVendor}=="2b4c", ENV{adb_user}="yes" + # Skip other vendor tests LABEL="android_usb_rule_match"