1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

tslib: Add cm270x support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@774 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-09-29 11:13:53 +00:00
parent 7086fa15e6
commit b2c589c32a
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module_raw input
module pthres pmin=1
module variance delta=30
module dejitter delta=100
module linear
@@ -0,0 +1,7 @@
#!/bin/sh
TSLIB_TSDEVICE=/dev/input/touchscreen0
TSLIB_TSEVENTTYPE=INPUT
TSLIB_CONFFILE=/usr/share/tslib/ts-2.6.conf
export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE TSLIB_CONFFILE