From bb504ee7fea2bc9ac085a94e52fa487a297c9aaf Mon Sep 17 00:00:00 2001 From: kjones <19639817+488315@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:22:13 -0800 Subject: [PATCH] feat: add support for Fire HD 8 2018 (#303) Co-authored-by: M0Rf30 --- 51-android.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/51-android.rules b/51-android.rules index c62baa0..8dc1183 100644 --- a/51-android.rules +++ b/51-android.rules @@ -59,6 +59,9 @@ ATTR{idProduct}=="03a8", GOTO="adbfast" # Amazon 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"