Created
May 30, 2016 14:47
-
-
Save Blefish/6c7d1ca3d18f9ac56db4c12ff3cff597 to your computer and use it in GitHub Desktop.
/etc/udev/rules.d/51-android.rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# adb protocol on huawei | |
SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0600", OWNER="rudolf" | |
# fastboot protocol on huawei | |
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0600", OWNER="rudolf" | |
# adb protocol on qualcomm | |
SUBSYSTEM=="usb", ATTR{idVendor}=="05c6", MODE="0600", OWNER="rudolf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment