From 794a8331cb577438beb9b5b6a9dd7cb9ba87c07a Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Thu, 4 Sep 2014 17:27:09 +0200 Subject: [PATCH] Generic X11: add "xf86-input-evdev" for USB input devices Without "xf86-input-evdev", hotplugged input devices (such as USB mouses, keyboards...) will not be recognized. Moreover, as we do not have "xf86-input-mouse", this means that without this fix, mouses will never work. Change-Id: I58e9bb644701dda87b31cf6ed25ce9fa5125f1ef Signed-off-by: Manuel Bachmann --- patterns/generic-x11.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/patterns/generic-x11.yaml b/patterns/generic-x11.yaml index c46dd76..c2ad5e0 100644 --- a/patterns/generic-x11.yaml +++ b/patterns/generic-x11.yaml @@ -6,4 +6,5 @@ Packages: - xorg-launch-helper - enlightenment - user-session-units +- xf86-input-evdev -- 2.7.4