framework: ultra3: Allow unl0kr in initrd
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
0e2bafe2b5
commit
132bbca15c
1 changed files with 9 additions and 0 deletions
|
|
@ -18,4 +18,13 @@
|
|||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.17") (
|
||||
lib.mkDefault pkgs.linuxPackages_latest
|
||||
);
|
||||
|
||||
# Additional modules for touchscreen/touchpad in initrd (for unl0kr on-screen keyboard)
|
||||
boot.initrd.kernelModules = lib.optionals config.boot.initrd.unl0kr.enable [
|
||||
"intel_lpss_pci"
|
||||
"i2c_hid_acpi"
|
||||
"i2c_hid"
|
||||
"hid_multitouch"
|
||||
"hid_generic"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue