tslib: touchscreen, not touchsreen
authorKoen Kooi <koen@openembedded.org>
Tue, 7 Nov 2006 12:27:33 +0000 (12:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 7 Nov 2006 12:27:33 +0000 (12:27 +0000)
packages/tslib/tslib/h2200/tslib.sh
packages/tslib/tslib_1.0.bb

index c78f216..b096bfb 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-TSLIB_TSDEVICE=/dev/input/touchsreen0
+TSLIB_TSDEVICE=/dev/input/touchscreen0
 TSLIB_CONFFILE=/etc/ts.conf
 
 case `uname -r` in
index afb0202..3d2e3cd 100644 (file)
@@ -4,7 +4,7 @@ AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
 SECTION = "base"
 LICENSE = "LGPL"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
            file://ts.conf \