Merge pull request #84 from caternuson/iss83
Update udev rule for cap touch
This commit is contained in:
commit
b5a6cce854
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue