Skip to content

Commit

Permalink
Merge pull request #6 from M0Rf30/main
Browse files Browse the repository at this point in the history
[pull] main from M0Rf30:main
  • Loading branch information
castrojo authored Aug 30, 2024
2 parents e76a9f1 + d1bdb59 commit 53f358e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ ATTR{idProduct}=="0338", GOTO="adbfast"
ATTR{idProduct}=="033b", GOTO="adbfast"
# Amazon Fire HD 8 2022 (raphite)
ATTR{idProduct}=="0658", GOTO="adbfast"
# Amazon Fire HD 10 2023 (tungsten)
ATTR{idProduct}=="06f8", GOTO="adbfast"
GOTO="android_usb_rules_end"
LABEL="not_Amazon"

Expand Down Expand Up @@ -431,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 53f358e

Please sign in to comment.