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
|
|
|