]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/tslib/tslib/collie/tslib.sh
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / tslib / tslib / collie / tslib.sh
1 #!/bin/sh
2
3 if (uname -r|grep -q 'embedix'); then
4         TSLIB_TSDEVICE=/dev/ts
5         TSLIB_TSEVENTTYPE=COLLIE
6 else
7         TSLIB_TSDEVICE=/dev/input/event0
8 fi
9
10 export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE