mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3811 311d38ba-8fff-0310-9ca6-ca027cbcb966
9 lines
125 B
Bash
9 lines
125 B
Bash
#!/bin/sh
|
|
|
|
if [ -e /dev/input/touchscreen0 ]; then
|
|
TSLIB_TSDEVICE=/dev/input/touchscreen0
|
|
|
|
export TSLIB_TSDEVICE
|
|
fi
|
|
|