install/kms: add modules that implement the privacy screen interface
https://lore.kernel.org/intel-gfx/20210421204804.589962-1-hdegoede%40redhat.com/ says that "privacy screen is actually controlled by some vendor specific ACPI/WMI interface which has a driver under drivers/platform/x86". As there's also /drivers/platform/chrome/chromeos_privacy_screen, so it is actually the whole /drivers/platform/. A proper fix would be to add modules that depend on the drm_privacy_screen_register symbol, but mkinitcpio does not implement such functionality. See archlinux/mkinitcpio/mkinitcpio#132. Since adding all modules with "acpi", "privacy" or "wmi" in their filename would be excessive, for now, hardcode the two privacy screen modules (thinkpad_acpi and chromeos_privacy_screen). Fixes https://bugs.archlinux.org/task/72964
Loading
Please register or sign in to comment