summarylogtreecommitdiffstats
path: root/10-promethean.conf
blob: 94184430279baae38f6c6ea106c6642388d436fc (plain)
1
2
3
4
5
6
7
8
9
10
11
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