summarylogtreecommitdiffstats
path: root/99-ipts.rules
diff options
context:
space:
mode:
authorFlorian Reimair2018-11-05 17:12:15 +0100
committerFlorian Reimair2018-11-05 17:33:14 +0100
commit130c250e0c7fba78f5b0e2e30637e9713844537d (patch)
treea6db126e606b820794fe18bb4291a877ab9c3a90 /99-ipts.rules
parent3c724c575ebdb841de667530672f07edd86880d7 (diff)
downloadaur-130c250e0c7fba78f5b0e2e30637e9713844537d.tar.gz
sourced https://github.com/czheji/linux-surface to make kernel 4.18.8 work
Diffstat (limited to '99-ipts.rules')
-rw-r--r--99-ipts.rules23
1 files changed, 0 insertions, 23 deletions
diff --git a/99-ipts.rules b/99-ipts.rules
deleted file mode 100644
index eb3b4869a946..000000000000
--- a/99-ipts.rules
+++ /dev/null
@@ -1,23 +0,0 @@
-# IPTS Touchscreen (SP4)
-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 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 (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"