[oe-commits] Denis 'GNUtoo' Carikli : xserver-xorg-conf: switch bug to evdev

git version control git at git.openembedded.org
Tue Jul 5 22:31:06 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c653e2f24a4bcaad18f4ff431e33802334157942
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=c653e2f24a4bcaad18f4ff431e33802334157942

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed Jul  6 00:17:55 2011 +0200

xserver-xorg-conf: switch bug to evdev

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 .../xorg-xserver/xserver-xorg-conf/bug/xorg.conf   |    4 ++--
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 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 cf684ec..b4db5b0 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 3e1e7b6..6a7f66e 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"
 





More information about the Openembedded-commits mailing list