diff options
Diffstat (limited to 'hel')
| -rw-r--r-- | hel/wacom.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hel/wacom.conf b/hel/wacom.conf index 26b12a6b..864409f1 100644 --- a/hel/wacom.conf +++ b/hel/wacom.conf | |||
| @@ -4,3 +4,12 @@ Section "InputClass" | |||
| 4 | MatchDevicePath "/dev/input/event*" | 4 | MatchDevicePath "/dev/input/event*" |
| 5 | Driver "wacom" | 5 | Driver "wacom" |
| 6 | EndSection | 6 | EndSection |
| 7 | |||
| 8 | Section "InputClass" | ||
| 9 | Identifier "calibration" | ||
| 10 | MatchProduct "Wacom USB device class" | ||
| 11 | Option "MinX" "58" | ||
| 12 | Option "MaxX" "30982" | ||
| 13 | Option "MinY" "87" | ||
| 14 | Option "MaxY" "17328" | ||
| 15 | EndSection \ No newline at end of file | ||
