blob: fa43617bd2f21b5672e13e9146f3b8c4424002ac [file] [log] [blame]
#!/bin/sh
. /etc/formfactor/config
if [ "$HAVE_TOUCHSCREEN" = "1" ]; then
n=1
while [ ! -z $TSLIB_TSDEVICE ] && [ ! -f /etc/pointercal ] && [ $n -le 5 ]
do
/usr/bin/xtscal
sleep 1
n=$(($n+1))
done
fi