From 642c537fa7bfc105c5db87c64de878367559d9b8 Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Sat, 16 Dec 2023 13:09:15 +0100 Subject: [PATCH] fix: Amazon vendor typo in comments --- 51-android.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index 2b6c278..c62baa0 100644 --- a/51-android.rules +++ b/51-android.rules @@ -56,7 +56,7 @@ ATTR{idProduct}=="05e8", GOTO="adb" ATTR{idProduct}=="2048", GOTO="adbmidi" # Amazon Fire TV Stick Lite (3rd gen) ATTR{idProduct}=="03a8", GOTO="adbfast" -# Amazone Fire 7 (mustang) +# Amazon Fire 7 (mustang) ATTR{idProduct}=="03c8", GOTO="adbfast" ATTR{idProduct}=="03cb", GOTO="adbfast" GOTO="android_usb_rules_end"