Skip to content

Commit

Permalink
feat: add support for Fire HD 8 2012 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorIA authored Dec 25, 2023
1 parent 8c2fe44 commit 10a5871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ ATTR{idProduct}=="03cb", GOTO="adbfast"
# Amazon Fire HD 8 2018 (karnak)
ATTR{idProduct}=="0338", GOTO="adbfast"
ATTR{idProduct}=="033b", GOTO="adbfast"
# Amazon Fire HD 8 2022 (raphite)
ATTR{idProduct}=="0658", GOTO="adbfast"
GOTO="android_usb_rules_end"
LABEL="not_Amazon"

Expand Down

0 comments on commit 10a5871

Please sign in to comment.