summarylogtreecommitdiffstats
path: root/10-promethean.conf
diff options
context:
space:
mode:
Diffstat (limited to '10-promethean.conf')
-rw-r--r--10-promethean.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/10-promethean.conf b/10-promethean.conf
new file mode 100644
index 000000000000..94184430279b
--- /dev/null
+++ b/10-promethean.conf
@@ -0,0 +1,12 @@
+Section "InputDevice"
+ Identifier "activpen"
+ Driver "promethean"
+ Option "Device" "/dev/input/activdevices"
+ Option "Type" "stylus"
+ Option "Mode" "Absolute"
+ Option "Cursor" "stylus"
+ Option "USB" "on"
+ Option "debuglevel" "5"
+ Option "Vendor" "promethean"
+ Option "SendCoreEvents" "true"
+EndSection