aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-07-06 00:17:55 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-07-06 00:28:43 +0200
commitc653e2f24a4bcaad18f4ff431e33802334157942 (patch)
treef3e13a3ecfeeea0d5616a3708d2a19ab10bd6dc4 /recipes
parent97f76f3a67ae398d2b10ebdcae319b841516a900 (diff)
downloadopenembedded-c653e2f24a4bcaad18f4ff431e33802334157942.tar.gz
xserver-xorg-conf: switch bug to evdev
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf4
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf
index cf684ec177..b4db5b04a4 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf
@@ -53,14 +53,14 @@ EndSection
Section "InputDevice"
Identifier "ts5"
- Driver "tslib"
+ Driver "evdev"
Option "Device" "/dev/input/bmi_lcd_ts5"
Option "ScreenNumber" "1"
EndSection
Section "InputDevice"
Identifier "ts4"
- Driver "tslib"
+ Driver "evdev"
Option "Device" "/dev/input/bmi_lcd_ts4"
Option "ScreenNumber" "0"
EndSection
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 3e1e7b6f8f..6a7f66e5bd 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r48"
+PR = "r49"
SRC_URI = "file://xorg.conf"