aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/tslib/tslib/tslib.sh
blob: 7068e8d92299ceccf535306b8dec25a12b6809bc (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -e /dev/input/touchscreen0 ]; then
    TSLIB_TSDEVICE=/dev/input/touchscreen0

    export TSLIB_TSDEVICE
fi