feat: add Amazon Fire 7 tablet (#260)

This commit is contained in:
Mr. Gecko 2023-05-26 15:40:28 -05:00 committed by GitHub
parent 11158ebdfc
commit c6610a74ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ ATTR{idProduct}=="05e8", ENV{adb_adb}="yes"
ATTR{idProduct}=="2048", ENV{adb_adbmidi}="yes"
# Amazon Fire TV Stick Lite (3rd gen)
ATTR{idProduct}=="03a8", ENV{adb_adbfast}="yes"
# Amazone Fire 7 (mustang)
ATTR{idProduct}=="03c8", ENV{adb_adbfast}="yes"
ATTR{idProduct}=="03cb", ENV{adb_adbfast}="yes"
GOTO="android_usb_rule_match"
LABEL="not_Amazon"