From 92b24c30d60d0aab70c155e77aa4ce08e01f5d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mas=C5=82owski?= Date: Tue, 22 Aug 2023 20:38:01 +0200 Subject: [PATCH] feat: add support for fastboot without adb --- 51-android.rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index a72c31b..7df3b17 100644 --- a/51-android.rules +++ b/51-android.rules @@ -888,7 +888,8 @@ LABEL="adbcdc", ENV{adb_adb}="yes" LABEL="cdc", ENV{adb_user}="yes", GOTO="android_usb_rule_match" # ADB Debug and Fastboot mode -LABEL="adbfast", ENV{adb_adbfast}="yes", GOTO="android_usb_rule_match" +LABEL="adbfast", ENV{adb_adb}="yes" +LABEL="fast", ENV{adb_fast}="yes", GOTO="android_usb_rule_match" # ADB Debug and mass storage (note: android_ver<4.3) LABEL="adbmass", ENV{adb_adbmass}="yes"