From 5b0c011dd5bc337479ae67750d3720a79e71f439 Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Sat, 26 Jan 2019 14:55:10 +0100 Subject: [PATCH] Added Mediapad T3 description --- 51-android.rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/51-android.rules b/51-android.rules index 82ad8ec..8427137 100644 --- a/51-android.rules +++ b/51-android.rules @@ -249,11 +249,12 @@ ATTR{idProduct}=="103a", SYMLINK+="android_adb" ATTR{idProduct}=="1051", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1" # MediaPad M2-A01L ATTR{idProduct}=="1052", SYMLINK+="android_adb" -# Huawei Watch +# MediaPad T3 +ATTR{idProduct}=="107d", SYMLINK+="android_adb" +# Watch ATTR{idProduct}=="1c2c", SYMLINK+="android_adb" # Mate 9 ATTR{idProduct}=="107e", SYMLINK+="android_adb" -ATTR{idProduct}=="107d", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_Huawei"