From c6610a74ab0ef79973975be6406286f4a9e4e41b Mon Sep 17 00:00:00 2001 From: "Mr. Gecko" Date: Fri, 26 May 2023 15:40:28 -0500 Subject: [PATCH] feat: add Amazon Fire 7 tablet (#260) --- 51-android.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/51-android.rules b/51-android.rules index c44bc36..e118b5d 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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"