]> code.ossystems Code Review - openembedded-core.git/commitdiff
tslib: Fix nokia770 support files
authorRichard Purdie <richard@openedhand.com>
Tue, 26 Sep 2006 09:44:09 +0000 (09:44 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 26 Sep 2006 09:44:09 +0000 (09:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@760 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tslib/tslib/nokia770/ts.conf
meta/packages/tslib/tslib/nokia770/tslib.sh [new file with mode: 0644]
meta/packages/tslib/tslib_1.0.bb
meta/packages/tslib/tslib_cvs.bb

index 1b0da937e8098b61d049be3f68938debebd4abac..09309719f29398b442e054f58e988bec5aa20792 100644 (file)
@@ -1,24 +1,4 @@
-# Uncomment if you wish to use the linux input layer event interface
 module_raw input
-
-# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
-# module_raw collie
-
-# Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860
-# module_raw corgi
-
-# Uncomment if you're using a device with a UCB1200/1300/1400 TS interface
-# module_raw ucb1x00
-
-# Uncomment if you're using an HP iPaq h3600 or similar
-# module_raw h3600
-
-# Uncomment if you're using a Hitachi Webpad
-# module_raw mk712
-
-# Uncomment if you're using an IBM Arctic II
-# module_raw arctic2
-
 module pthres pmin=1
 module variance delta=30
 module dejitter delta=100
diff --git a/meta/packages/tslib/tslib/nokia770/tslib.sh b/meta/packages/tslib/tslib/nokia770/tslib.sh
new file mode 100644 (file)
index 0000000..bcfe94a
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+TSLIB_TSDEVICE=/dev/input/touchscreen0
+TSLIB_TSEVENTTYPE=INPUT
+TSLIB_CONFFILE=/etc/ts.conf
+
+export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE TSLIB_CONFFILE
index e44d077a92673490df7e5d5c2d50700f76c2979e..9d2ec50a6f7bd18680b06ffdac1a71131e3ed098 100644 (file)
@@ -1,6 +1,6 @@
 SECTION = "base"
 DESCRIPTION = "tslib is a touchscreen access library."
-PR = "r0"
+PR = "r1"
 SRCDATE_tslib = "now"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
index 3fd88135371b16d92971ac83d880642a1801e158..ff3450e163ba98767db64cf8ac04126a40a27f61 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "base"
 DESCRIPTION = "tslib is a touchscreen access library."
 PV = "0.0+cvs${SRCDATE}"
-PR = "r35"
+PR = "r36"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
 PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"