summarylogtreecommitdiffstats
path: root/99-ipts.rules
diff options
context:
space:
mode:
authorshadoukun2017-11-24 18:35:14 -0500
committershadoukun2017-11-24 18:35:14 -0500
commita0eb6bf18d3c2e387d2096c0e4216e39fe6678a3 (patch)
tree070bc8d93f7e579934a6f993650c39ca08cad6b7 /99-ipts.rules
parenta1888e9546f9f56419fd797cfacd8d5d8d5aaa44 (diff)
downloadaur-a0eb6bf18d3c2e387d2096c0e4216e39fe6678a3.tar.gz
update to 4.14.2. Multitouch/pen fixed.
Diffstat (limited to '99-ipts.rules')
-rw-r--r--99-ipts.rules20
1 files changed, 13 insertions, 7 deletions
diff --git a/99-ipts.rules b/99-ipts.rules
index 4f7d41a224e4..eb3b4869a946 100644
--- a/99-ipts.rules
+++ b/99-ipts.rules
@@ -1,17 +1,23 @@
# IPTS Touchscreen (SP4)
-SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:006A SingleTouch", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:006A Touchscreen", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
# IPTS Pen (SP4)
SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:006A Pen", SYMLINK+="input/pen"
+# IPTS Touchscreen (SP2017)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:001F Touchscreen", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
+
+# IPTS Pen (SP2017)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:001F Pen", SYMLINK+="input/pen"
+
# IPTS Touchscreen (SB)
-SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:005E SingleTouch", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:005E Touchscreen", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
# 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"
+# IPTS Touchscreen (SB2)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 045E:0020 Touchscreen", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
+
+# IPTS Pen (SB2)
+SUBSYSTEMS=="input", ATTRS{name}=="ipts 045E:0020 Pen", SYMLINK+="input/pen"