From: David Lanzendörfer Date: Sun, 31 Jan 2010 18:27:29 +0000 (+0000) Subject: xserver-kdrive-common: add trout board to Xserver start script (kdrive) X-Git-Tag: Release-2010-05/1~340^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=741d040e05e0062548d5e40943914cb70d08fc6d;p=openembedded.git 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 --- 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 \