[oe-commits] org.oe.dev tslib: disable grab-events thingy by default, turn it on for fic-gta01

koen commit openembedded-commits at lists.openembedded.org
Thu Mar 8 17:11:26 UTC 2007


tslib: disable grab-events thingy by default, turn it on for fic-gta01

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0038f02055e33a3dad0ba914de112ce9450c45d4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0038f02055e33a3dad0ba914de112ce9450c45d4
Files:
1
packages/tslib/tslib-1.0/fic-gta01
packages/tslib/tslib-1.0/fic-gta01/ts.conf
packages/tslib/tslib-1.0/ts.conf
packages/tslib/tslib_1.0.bb
Diffs:

#
# mt diff -r679a82d652b837202cf2e6f9a2f34d9f70c6fb82 -r0038f02055e33a3dad0ba914de112ce9450c45d4
#
# 
# 
# add_dir "packages/tslib/tslib-1.0/fic-gta01"
# 
# add_file "packages/tslib/tslib-1.0/fic-gta01/ts.conf"
#  content [7123e2647340fe6a95f41cd9f53f3307c08cd223]
# 
# patch "packages/tslib/tslib-1.0/ts.conf"
#  from [7123e2647340fe6a95f41cd9f53f3307c08cd223]
#    to [de4e4fea450b701945b99658e8317fa1b3e462ec]
# 
# patch "packages/tslib/tslib_1.0.bb"
#  from [651be76d943576a5ef6e2114ed089cc45d7df78b]
#    to [d9c2df6c4d830cbec680273fea29225753b0ca4a]
# 
============================================================
--- packages/tslib/tslib-1.0/fic-gta01/ts.conf	7123e2647340fe6a95f41cd9f53f3307c08cd223
+++ packages/tslib/tslib-1.0/fic-gta01/ts.conf	7123e2647340fe6a95f41cd9f53f3307c08cd223
@@ -0,0 +1,25 @@
+# Uncomment if you wish to use the linux input layer event interface
+module_raw input grab_events=1
+
+# 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
+module linear
============================================================
--- packages/tslib/tslib-1.0/ts.conf	7123e2647340fe6a95f41cd9f53f3307c08cd223
+++ packages/tslib/tslib-1.0/ts.conf	de4e4fea450b701945b99658e8317fa1b3e462ec
@@ -1,5 +1,5 @@
 # Uncomment if you wish to use the linux input layer event interface
-module_raw input grab_events=1
+module_raw input grab_events=0
 
 # Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
 # module_raw collie
============================================================
--- packages/tslib/tslib_1.0.bb	651be76d943576a5ef6e2114ed089cc45d7df78b
+++ packages/tslib/tslib_1.0.bb	d9c2df6c4d830cbec680273fea29225753b0ca4a
@@ -1,10 +1,10 @@ LICENSE = "LGPL"
 DESCRIPTION = "tslib is a plugin-based flexible touchscreen access library."
 HOMEPAGE = "http://tslib.berlios.de/"
 AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
 SECTION = "base"
 LICENSE = "LGPL"
 
-PR = "r10"
+PR = "r11"
 
 SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
            file://tslib-input_raw-grab_events.patch;patch=1 \






More information about the Openembedded-commits mailing list