diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf | 5 | ||||
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf index b77b5527b5..83eaa0cb2e 100644 --- a/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf +++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf @@ -19,14 +19,14 @@ EndSection Section "InputDevice" Identifier "Power Button" Driver "evdev" - Option "Device" "/dev/input/event0" + Option "Device" "/dev/input/event2" EndSection Section "InputDevice" Identifier "AUX Button" Driver "evdev" - Option "Device" "/dev/input/event4" + Option "Device" "/dev/input/event0" EndSection @@ -34,6 +34,7 @@ Section "InputDevice" Identifier "Touchscreen" Driver "evdev" Option "Device" "/dev/input/event1" + Option "SwapAxes" "True" EndSection diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb index 1be87b16f4..92cd17302d 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 = "r21" +PR = "r22" SRC_URI = "file://xorg.conf" |