Skip to content

Instantly share code, notes, and snippets.

@oklahomer
Created July 21, 2014 12:50
Show Gist options
  • Save oklahomer/a349c36154988bef9108 to your computer and use it in GitHub Desktop.
Save oklahomer/a349c36154988bef9108 to your computer and use it in GitHub Desktop.
pi@raspberrypi ~ $ sudo touch /etc/udev/rules.d/95-stmpe.rules
pi@raspberrypi ~ $ echo 'SUBSYSTEM=="input", ATTRS{name}=="stmpe-ts", ENV{DEVNAME}=="*event*", SYMLINK+="input/touchscreen"' | sudo tee -a /etc/udev/rules.d/95-stmpe.rules
SUBSYSTEM=="input", ATTRS{name}=="stmpe-ts", ENV{DEVNAME}=="*event*", SYMLINK+="input/touchscreen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment