tslib: Fix tslib.sh for spitz

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@967 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-28 13:03:23 +00:00
parent e65d97d62f
commit db0b57e562
4 changed files with 7 additions and 10 deletions

View File

@ -1,4 +1,4 @@
module_raw h3600
module_raw input
module pthres pmin=1
module variance delta=30
module dejitter delta=100

View File

@ -1,5 +1,5 @@
#!/bin/sh
TSLIB_TSDEVICE=/dev/input/ts0
TSLIB_TSDEVICE=/dev/input/event1
export TSLIB_TSDEVICE

View File

@ -1,16 +1,13 @@
#!/bin/sh
TSLIB_TSDEVICE=/dev/input/touchscreen0
TSLIB_CONFFILE=/etc/ts.conf
case `uname -r` in
2.4*)
TSLIB_TSDEVICE=/dev/ts
TSLIB_TSEVENTTYPE=CORGI
TSLIB_CONFFILE=/usr/share/tslib/ts.conf-corgi-2.4
;;
*)
TSLIB_TSDEVICE=/dev/input/touchscreen0
TSLIB_TSEVENTTYPE=INPUT
TSLIB_CONFFILE=/usr/share/tslib/ts-2.6.conf
;;
esac
export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE TSLIB_CONFFILE
export TSLIB_TSDEVICE TSLIB_CONFFILE

View File

@ -4,7 +4,7 @@ AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
SECTION = "base"
LICENSE = "LGPL"
PR = "r3"
PR = "r4"
SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
file://ts.conf \