mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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:
@@ -1,4 +1,4 @@
|
||||
module_raw h3600
|
||||
module_raw input
|
||||
module pthres pmin=1
|
||||
module variance delta=30
|
||||
module dejitter delta=100
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
TSLIB_TSDEVICE=/dev/input/ts0
|
||||
TSLIB_TSDEVICE=/dev/input/event1
|
||||
|
||||
export TSLIB_TSDEVICE
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user