Update 50-android.rules

This commit is contained in:
Bjoern Kerler 2022-07-05 14:31:13 +02:00 committed by GitHub
parent 5f5250583c
commit 966b64dccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -815,5 +815,9 @@ ENV{adb_fast}=="yes", SYMLINK+="android_fastboot"
# Enable device as a user device if found (add an "android" SYMLINK)
ENV{adb_user}=="yes", MODE="0660", GROUP="adbusers", TAG+="uaccess", SYMLINK+="android", SYMLINK+="android%n"
#Suzy-Q
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="d002", MODE="0660",
GROUP="plugdev", SYMLINK+="android%n"
# Devices listed here {begin...end} are connected by USB
LABEL="android_usb_rules_end"