mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
initrd: Add ehci_pci and hid_generic
These are required to get some (all?) USB keyboards to work in recent kernels.
This commit is contained in:
parent
f5233bbf82
commit
b3ae70ddb6
@ -179,9 +179,11 @@ in
|
||||
# a USB keyboard.
|
||||
"uhci_hcd"
|
||||
"ehci_hcd"
|
||||
"ehci_pci"
|
||||
"ohci_hcd"
|
||||
"xhci_hcd"
|
||||
"usbhid"
|
||||
"hid_generic"
|
||||
|
||||
# Unix domain sockets (needed by udev).
|
||||
"unix"
|
||||
|
Loading…
Reference in New Issue
Block a user