Skip to content

Instantly share code, notes, and snippets.

@konklone
Created October 26, 2010 02:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konklone/646236 to your computer and use it in GitHub Desktop.
Save konklone/646236 to your computer and use it in GitHub Desktop.
Android USB rules for Ubuntu Maverick/Natty with Nexus One and Galaxy Tab 10.1
# Meant for /etc/udev/rules.d/51-android.rules
# Google [*not* HTC] (i.e. Nexus One)
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
# Samsung (i.e. Galaxy Tab)
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment