xserver-kdrive-common: use xinput_calibrator_once.sh for SHR in 89xTs_Calibrate
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 31 Jan 2010 00:45:08 +0000 (01:45 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 31 Jan 2010 01:05:09 +0000 (02:05 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xserver-kdrive-common/xserver-kdrive-common/shr/89xTs_Calibrate
recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index e42e79c..07d2d08 100644 (file)
@@ -3,8 +3,19 @@
 while [ ! -z $TSLIB_TSDEVICE ] && [ ! -f /etc/pointercal ]
 do
    /usr/bin/xtscal
+   exit
 done
 
+if [ -e /usr/bin/xinput_calibrator_once.sh ] ; then
+    if [ -e /usr/bin/fsoraw ] ; then
+      # because ts tap to unblank will be used as first calibration click and then store invalid calibration
+      fsoraw -fr CPU,Display -- /usr/bin/xinput_calibrator_once.sh
+    else
+      /usr/bin/xinput_calibrator_once.sh
+    fi
+    exit
+fi
+
 SYSFS_CALIBRATION_DIR=/sys/bus/i2c/devices/0-0073/s3c2440-ts/calibration
 
 if [ ! -d $SYSFS_CALIBRATION_DIR ]; then
index 5d5fa74..79757ab 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
-PR = "r39"
+PR = "r40"
 
 SRC_URI = "\
   file://Xdefaults \