1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-21 06:56:50 +02:00

rules: add support for Fire HD 8 2012

This commit is contained in:
Conor Anderson 2023-12-24 13:17:31 -05:00 committed by GitHub
parent 8c2fe44124
commit c8662388ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,9 @@ ATTR{idProduct}=="03cb", GOTO="adbfast"
# Amazon Fire HD 8 2018 (karnak) # Amazon Fire HD 8 2018 (karnak)
ATTR{idProduct}=="0338", GOTO="adbfast" ATTR{idProduct}=="0338", GOTO="adbfast"
ATTR{idProduct}=="033b", GOTO="adbfast" ATTR{idProduct}=="033b", GOTO="adbfast"
# Amazon Fire HD 8 2022 (raphite)
ATTR{idProduct}=="0658", GOTO="adbfast"
GOTO="android_usb_rules_end" GOTO="android_usb_rules_end"
LABEL="not_Amazon" LABEL="not_Amazon"