diff options
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg-conf/eee701/xorg.conf | 1 | ||||
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/eee701/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/eee701/xorg.conf index 8eb78bc894..4ee293b797 100644 --- a/recipes/xorg-xserver/xserver-xorg-conf/eee701/xorg.conf +++ b/recipes/xorg-xserver/xserver-xorg-conf/eee701/xorg.conf @@ -4,6 +4,7 @@ Section "ServerLayout" InputDevice "Touchpad" InputDevice "Keyboard" InputDevice "Mouse" + Option "AllowEmptyInput" "false" EndSection Section "Files" diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb index ad8bcb4dcc..617eee66c9 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 = "r19" +PR = "r20" SRC_URI = "file://xorg.conf" |