Add penmount touchscreen configuration file
[profile/ivi/xorg-x11-server.git] / packaging / 95-input-penmount-tslib.conf
1 Section "InputClass"
2         Identifier      "PenMount"
3         MatchProduct "DIALOGUE INC PenMount USB"
4         MatchIsPointer "on"
5         MatchDevicePath "/dev/input/event*"
6         Driver "evdev"
7         Option "SwapAxes" "on"
8 EndSection
9