fixup! rules: add support for Fire HD 8 2018

This commit is contained in:
M0Rf30 2023-12-16 13:01:51 +01:00
parent cd88f7bfee
commit fc0296b5f3
1 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ ATTR{idProduct}=="05e8", GOTO="adb"
ATTR{idProduct}=="2048", GOTO="adbmidi"
# Amazon Fire TV Stick Lite (3rd gen)
ATTR{idProduct}=="03a8", GOTO="adbfast"
# Amazone Fire 7 (mustang)
# Amazon Fire 7 (mustang)
ATTR{idProduct}=="03c8", GOTO="adbfast"
ATTR{idProduct}=="03cb", GOTO="adbfast"
# Amazon Fire HD 8 2018 (Karnak)
# Amazon Fire HD 8 2018 (karnak)
ATTR{idProduct}=="0338", GOTO="adbfast"
ATTR{idProduct}=="033b", GOTO="adbfast"
GOTO="android_usb_rules_end"