Skip to content

Commit

Permalink
feat: add Lenovo Tab K10 (M0Rf30#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPi authored Aug 30, 2024
1 parent 5868217 commit d1bdb59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d1bdb59

Please sign in to comment.