feat: add Amazon Fire TV Stick Lite (3rd gen) (#251)

This commit is contained in:
Tim Schumacher 2023-02-06 15:33:43 +01:00 committed by GitHub
parent d6d8091aa2
commit 3c59cfeef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ ATTR{idVendor}=="0a5c", ATTR{idProduct}=="e681", ENV{adb_adb}="yes"
# Amazon Lab126
# Amazon Kindle Fire
ATTR{idVendor}=="1949", ATTR{idProduct}=="0006", ENV{adb_adbfast}="yes"
# Amazon Fire TV Stick Lite (3rd gen)
ATTR{idVendor}=="1949", ATTR{idProduct}=="03a8", ENV{adb_adbfast}="yes"
# Archos
ATTR{idVendor}!="0e79", GOTO="not_Archos"