summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
blob: ee55784548e32321992d3b9c66223dbcf641f024 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. /etc/formfactor/config

if [ "$HAVE_TOUCHSCREEN" = "1" ]; then
	while [ ! -z $TSLIB_TSDEVICE ] && [ ! -f /etc/pointercal ]
	do
	   /usr/bin/xtscal
	done
fi