From: Denis 'GNUtoo' Carikli <gnu...@no-log.org>

In the 3.2 kernel the device node order for input
  (/dev/input/event*) changed.

Signed-off-by: Denis 'GNUtoo' Carikli <gnu...@no-log.org>
Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
---
 .../xorg-xserver/xserver-xf86-config/om-gta02/xorg.conf               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/meta-openmoko/recipes-graphics/xorg-xserver/xserver-xf86-config/om-gta02/xorg.conf
 
b/meta-openmoko/recipes-graphics/xorg-xserver/xserver-xf86-config/om-gta02/xorg.conf
index cc81aa9..05c14a5 100644
--- 
a/meta-openmoko/recipes-graphics/xorg-xserver/xserver-xf86-config/om-gta02/xorg.conf
+++ 
b/meta-openmoko/recipes-graphics/xorg-xserver/xserver-xf86-config/om-gta02/xorg.conf
@@ -25,7 +25,7 @@ EndSection
 Section "InputDevice"
         Identifier      "Power Button"
         Driver          "evdev"
-        Option          "Device"        "/dev/input/event0"
+        Option          "Device"        "/dev/input/event1"
 EndSection
 
 
@@ -39,7 +39,7 @@ EndSection
 Section "InputDevice"
         Identifier      "Touchscreen"
         Driver          "evdev"
-        Option          "Device"        "/dev/input/event1"
+        Option          "Device"        "/dev/input/event0"
 EndSection
 
 Section "ServerFlags"
-- 
1.8.4.2

_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to