From c7f2725e01a93c81025fa9fcee4fbbb8c5b01fd6 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 9 Sep 2016 08:11:54 -0400 Subject: keyboard: add input/serio as part of checked modules ref: https://bugs.archlinux.org/task/50700 --- install/keyboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/keyboard b/install/keyboard index 91a00e7..2b18e2d 100644 --- a/install/keyboard +++ b/install/keyboard @@ -16,7 +16,7 @@ build() { add_module 'usbhid' - add_checked_modules '/input/keyboard' + add_checked_modules '/input/keyboard' 'input/serio' } help() { -- cgit v1.2.3-24-g4f1b