Skip to content

Instantly share code, notes, and snippets.

@marcoceppi
Created October 10, 2015 19:20
Show Gist options
  • Save marcoceppi/901408f4dd6bffaf0565 to your computer and use it in GitHub Desktop.
Save marcoceppi/901408f4dd6bffaf0565 to your computer and use it in GitHub Desktop.
/lib/udev/rules.d/
#USB devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
# Oculus HID Sensor naming and permissioning
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2833", MODE="0666"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment