mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
c24ce90375
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@898 311d38ba-8fff-0310-9ca6-ca027cbcb966
8 lines
118 B
Bash
8 lines
118 B
Bash
#!/bin/sh
|
|
|
|
TSLIB_TSDEVICE=`detect-stylus --device`
|
|
TSLIB_CONFFILE=/etc/ts.conf
|
|
|
|
export TSLIB_TSDEVICE TSLIB_CONFFILE
|
|
|