From c653e2f24a4bcaad18f4ff431e33802334157942 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 6 Jul 2011 00:17:55 +0200 Subject: xserver-xorg-conf: switch bug to evdev Signed-off-by: Denis 'GNUtoo' Carikli --- recipes/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 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" -- cgit 1.2.3-korg