From 41836a327e9fb22b275df1e00435d93755f77346 Mon Sep 17 00:00:00 2001 From: babariviere Date: Thu, 2 Aug 2018 14:58:49 +0200 Subject: [PATCH] Add Huawei Mate 9 --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 4d2f11d..5389164 100644 --- a/51-android.rules +++ b/51-android.rules @@ -249,6 +249,8 @@ ATTR{idProduct}=="1051", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_ME ATTR{idProduct}=="1052", SYMLINK+="android_adb" # Huawei Watch ATTR{idProduct}=="1c2c", SYMLINK+="android_adb" +# Mate 9 +ATTR{idProduct}=="107e", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_Huawei"