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 <alpernebiyasak@gmail.com>
This commit is contained in:
Alper Nebi Yasak 2019-05-11 16:23:36 +03:00
parent d7374fce1e
commit 0114d125ba
2 changed files with 6 additions and 0 deletions

3
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Sun, 19 May 2019 00:04:16 +0100
linux (4.19.37-3) unstable; urgency=medium

View File

@ -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 -