aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xserver-kdrive-common
diff options
context:
space:
mode:
authorDavid Lanzendörfer <david.lanzendoerfer@o2s.ch>2010-01-31 18:27:29 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-17 17:44:34 +0100
commit741d040e05e0062548d5e40943914cb70d08fc6d (patch)
tree6abe2a5c0c75f2df8948fe2107af8256542cadc4 /recipes/xserver-kdrive-common
parentba4ccaa71345505accd4d6064b865d9e574196a1 (diff)
downloadopenembedded-741d040e05e0062548d5e40943914cb70d08fc6d.tar.gz
xserver-kdrive-common: add trout board to Xserver start script (kdrive)
This patch should allow kdrive to use the touchscreen if you are booting SHR on trout bases devices like htcdream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xserver-kdrive-common')
-rw-r--r--recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver4
-rw-r--r--recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb2
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
index f1c3e3e266..13173137da 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
@@ -60,6 +60,10 @@ fi
# start off server in conventional location.
case `module_id` in
+ "trout")
+ ARGS="$ARGS -mouse tslib"
+ XSERVER=/usr/bin/Xfbdev
+ ;;
"AML M8050")
ARGS="$ARGS -dpi 100 -screen 320x240@270" ;;
"HP iPAQ H3100" | "HP iPAQ H3800")
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
index 255df7accd..8e27c01b31 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
-PR = "r42"
+PR = "r43"
SRC_URI = "\
file://Xdefaults \