xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib/tslib.sh (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2
3if [ -e /dev/input/touchscreen0 ]; then
4    TSLIB_TSDEVICE=/dev/input/touchscreen0
5
6    export TSLIB_TSDEVICE
7fi
8
9