feat: add support for fastboot without adb

This commit is contained in:
Piotr Masłowski 2023-08-22 20:38:01 +02:00 committed by Gianluca Boiano
parent ff596732c6
commit 92b24c30d6
1 changed files with 2 additions and 1 deletions

View File

@ -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"