Solo4K Support.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-graphics / tslib / tslib / tslib.sh
1 #!/bin/sh
2
3 if [ -e /dev/input/touchscreen0 ]; then
4     TSLIB_TSDEVICE=/dev/input/touchscreen0
5
6     export TSLIB_TSDEVICE
7 fi
8