Created
January 9, 2014 22:33
-
-
Save filmaj/8343366 to your computer and use it in GitHub Desktop.
hardware support on sauce
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
sudo apt-get install usbutils | |
echo "SUBSYSTEM==\"usb\", ATTR{idVendor}==\"18d1\", MODE=\"0666\", GROUP=\"plugdev\"" > /etc/udev/rules.d/51-android.rules | |
# full list of vendor ids: http://developer.android.com/tools/device.html#VendorIds | |
# maybe we have our udev rules file include all of them for simplicity? | |
sudo chmod a+r /etc/udev/rules.d/51-android.rules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment