summarylogtreecommitdiffstats
path: root/99-ipts.rules
diff options
context:
space:
mode:
authorshadoukun2017-09-06 16:15:46 -0400
committershadoukun2017-09-06 16:15:46 -0400
commite82303a4f80057dee406b1f89c58b0654afca9a6 (patch)
treeae23c34671507601536a52a5ddea24296fb64b58 /99-ipts.rules
parent39a6ce0e1544863f7ba8daf6e7d227c98d4d0b2a (diff)
downloadaur-e82303a4f80057dee406b1f89c58b0654afca9a6.tar.gz
various patches. updated udev rules
Diffstat (limited to '99-ipts.rules')
-rw-r--r--99-ipts.rules18
1 files changed, 15 insertions, 3 deletions
diff --git a/99-ipts.rules b/99-ipts.rules
index 31e717b551ff..4f7d41a224e4 100644
--- a/99-ipts.rules
+++ b/99-ipts.rules
@@ -1,5 +1,17 @@
-# IPTS Touchscreen
+# IPTS Touchscreen (SP4)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:006A SingleTouch", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
+
+# IPTS Pen (SP4)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:006A Pen", SYMLINK+="input/pen"
+
+# IPTS Touchscreen (SB)
SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:005E SingleTouch", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
-# IPTS Pen
-SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:005E Pen", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/pen"
+# IPTS Pen (SB)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:005E Pen", SYMLINK+="input/pen"
+#
+# IPTS Touchscreen (SP2017)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:001F SingleTouch", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
+
+# IPTS Pen (SP2017)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:001F Pen", SYMLINK+="input/pen"