mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Update 50-android.rules
This commit is contained in:
parent
5f5250583c
commit
966b64dccb
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue