From d1bdb59d771698f03a52b3ad538c7ac82a36a366 Mon Sep 17 00:00:00 2001 From: Graham Rogers Date: Fri, 30 Aug 2024 09:00:29 +0100 Subject: [PATCH] feat: add Lenovo Tab K10 (#329) --- 51-android.rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/51-android.rules b/51-android.rules index 8d4bc86..9a650e8 100644 --- a/51-android.rules +++ b/51-android.rules @@ -433,8 +433,12 @@ LABEL="not_IUNI" # Kyocera (Need product specific rules) #ATTR{idVendor}=="0482", ENV{adb_user}="yes" -# Lenovo (Need product specific rules) -#ATTR{idVendor}=="17ef", GOTO="user" +# Lenovo +ATTR{idVendor}!="17ef", GOTO="not_Lenovo" +# Lenovo Tab K10 +ATTR{idProduct}=="201c", GOTO="adb" +GOTO="android_usb_rules_end" +LABEL="not_Lenovo" # LeTv (LeECo) ATTR{idVendor}!="2b0e", GOTO="not_letv"