Skip to content

Commit

Permalink
Merge pull request adafruit#84 from caternuson/iss83
Browse files Browse the repository at this point in the history
Update udev rule for cap touch
  • Loading branch information
makermelissa authored Apr 20, 2020
2 parents 5537cfc + 94f147b commit b5a6cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit-pitft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ SUBSYSTEM=="input", ATTRS{name}=="touchmouse", ENV{DEVNAME}=="*event*", SYMLINK+
EOF
cat > /etc/udev/rules.d/95-ftcaptouch.rules <<EOF
SUBSYSTEM=="input", ATTRS{name}=="EP0110M09", ENV{DEVNAME}=="*event*", SYMLINK+="input/touchscreen"
SUBSYSTEM=="input", ATTRS{name}=="generic ft5x06*", ENV{DEVNAME}=="*event*", SYMLINK+="input/touchscreen"
EOF
cat > /etc/udev/rules.d/95-stmpe.rules <<EOF
SUBSYSTEM=="input", ATTRS{name}=="*stmpe*", ENV{DEVNAME}=="*event*", SYMLINK+="input/touchscreen"
Expand Down

0 comments on commit b5a6cce

Please sign in to comment.