mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +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 pthres pmin=1
|
||||||
module variance delta=30
|
module variance delta=30
|
||||||
module dejitter delta=100
|
module dejitter delta=100
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
TSLIB_TSDEVICE=/dev/input/ts0
|
TSLIB_TSDEVICE=/dev/input/event1
|
||||||
|
|
||||||
export TSLIB_TSDEVICE
|
export TSLIB_TSDEVICE
|
||||||
|
|||||||
@@ -1,16 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
TSLIB_TSDEVICE=/dev/input/touchscreen0
|
||||||
|
TSLIB_CONFFILE=/etc/ts.conf
|
||||||
|
|
||||||
case `uname -r` in
|
case `uname -r` in
|
||||||
2.4*)
|
2.4*)
|
||||||
TSLIB_TSDEVICE=/dev/ts
|
TSLIB_TSDEVICE=/dev/ts
|
||||||
TSLIB_TSEVENTTYPE=CORGI
|
|
||||||
TSLIB_CONFFILE=/usr/share/tslib/ts.conf-corgi-2.4
|
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
|
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"
|
SECTION = "base"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
|
SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
|
||||||
file://ts.conf \
|
file://ts.conf \
|
||||||
|
|||||||
Reference in New Issue
Block a user