From 10a5871e88d70404ac1104e22d1f329c6bac985e Mon Sep 17 00:00:00 2001 From: Conor Anderson Date: Sun, 24 Dec 2023 19:19:33 -0500 Subject: [PATCH] feat: add support for Fire HD 8 2012 (#306) --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index b2ac1a5..04e1918 100644 --- a/51-android.rules +++ b/51-android.rules @@ -62,6 +62,8 @@ ATTR{idProduct}=="03cb", GOTO="adbfast" # Amazon Fire HD 8 2018 (karnak) ATTR{idProduct}=="0338", GOTO="adbfast" ATTR{idProduct}=="033b", GOTO="adbfast" +# Amazon Fire HD 8 2022 (raphite) +ATTR{idProduct}=="0658", GOTO="adbfast" GOTO="android_usb_rules_end" LABEL="not_Amazon"