Files
poky/meta/packages/tslib/tslib/tslib.sh
2008-02-14 21:17:32 +00:00

9 lines
125 B
Bash

#!/bin/sh
if [ -e /dev/input/touchscreen0 ]; then
TSLIB_TSDEVICE=/dev/input/touchscreen0
export TSLIB_TSDEVICE
fi