From 0114d125ba297340cc575e4537d09690c8e55873 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sat, 11 May 2019 16:23:36 +0300 Subject: [PATCH] udeb: input-modules: Include all keyboard driver modules Some important modules like cros_ec_keyb are in input/keyboard. A recent change in initramfs-tools also includes them, so include them here too. Relevant: https://salsa.debian.org/kernel-team/initramfs-tools/commit/40f66474 Signed-off-by: Alper Nebi Yasak --- debian/changelog | 3 +++ debian/installer/modules/input-modules | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 031c180fc..07e62fb73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,9 @@ linux (4.19.37-4) UNRELEASED; urgency=medium [ John Paul Adrian Glaubitz ] * [sparc64] udeb: Disable suffix for kernel-image + [ Alper Nebi Yasak ] + * udeb: input-modules: Include all keyboard driver modules + -- Ben Hutchings Sun, 19 May 2019 00:04:16 +0100 linux (4.19.37-3) unstable; urgency=medium diff --git a/debian/installer/modules/input-modules b/debian/installer/modules/input-modules index d6a995420..0f219fa75 100644 --- a/debian/installer/modules/input-modules +++ b/debian/installer/modules/input-modules @@ -1,6 +1,9 @@ # Include HID drivers by default drivers/hid/** +# Include keyboards +drivers/input/keyboard/** ? + # Exclude drivers for anything but keyboard and mouse/trackball/touchpad drivers/hid/hid-*ff - hid-dr -