fixed X.Org evdev calibration option format

This commit is contained in:
josch 2010-12-25 22:56:35 +01:00
parent 77741ecfaa
commit c0e03a5d30

View file

@ -337,7 +337,7 @@ if [ \$DEVICE = "gta01" ]; then
Section "InputClass" Section "InputClass"
Identifier "s3c2410 TouchScreen" Identifier "s3c2410 TouchScreen"
MatchProduct "s3c2410 TouchScreen" MatchProduct "s3c2410 TouchScreen"
Option "Calibration" "69, 922, 950, 65" Option "Calibration" "69 922 950 65"
Option "SwapAxes" "1" Option "SwapAxes" "1"
EndSection EndSection
__XORG__ __XORG__