rules: add support for Fire HD 8 2018

This commit is contained in:
kjones 2023-12-15 17:35:55 -08:00 committed by GitHub
parent eb1725f927
commit cd88f7bfee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ ATTR{idProduct}=="03a8", GOTO="adbfast"
# Amazone Fire 7 (mustang)
ATTR{idProduct}=="03c8", GOTO="adbfast"
ATTR{idProduct}=="03cb", GOTO="adbfast"
# Amazon Fire HD 8 2018 (Karnak)
ATTR{idProduct}=="0338", GOTO="adbfast"
ATTR{idProduct}=="033b", GOTO="adbfast"
GOTO="android_usb_rules_end"
LABEL="not_Amazon"