1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-23 07:16:50 +02:00

Merge pull request #120 from wiggin-boy/master

Uncommented Dell idVendor line
This commit is contained in:
Gianluca Boiano 2017-11-02 19:32:50 +01:00 committed by GitHub
commit 7032d88cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ GOTO="android_usb_rule_match"
LABEL="not_BQ"
# Dell
#ATTR{idVendor}=="413c", ENV{adb_user}="yes"
ATTR{idVendor}=="413c", ENV{adb_user}="yes"
# Fairphone 2
ATTR{idVendor}=="2ae5", ENV{adb_user}="yes"