aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"