mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
xserver-xf86-config: re-enable AutoAddDevices for beagleboard
This was added quite a long time ago because of poor interactions between HAL and the X server when it came to enabling input devices. HAL is long gone and I think it's safe to say we don't need to disable this any longer, especially as it gets in the way of being able to plug in the keyboard/mouse after boot. (This has already effectively been removed for the other BSPs in meta-yocto-bsp). Fixes [YOCTO #1823]. (From meta-yocto master rev: 214bc44e119ca808e59d28a21a6626c6f8e03cf7) (From meta-yocto rev: 82c728dc263984192dddbb7109cbd666a73206ef) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4fe205a181
commit
beda5013e4
@@ -30,5 +30,4 @@ EndSection
|
|||||||
|
|
||||||
Section "ServerFlags"
|
Section "ServerFlags"
|
||||||
Option "DontZap" "0"
|
Option "DontZap" "0"
|
||||||
Option "AutoAddDevices" "False"
|
|
||||||
EndSection
|
EndSection
|
||||||
|
|||||||
Reference in New Issue
Block a user