mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #63142 from luaduck/kernel-usbhiddev-pls
linux: Enable kernel config option for raw HID devices
This commit is contained in:
commit
d81797a248
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ let
|
|||
USB_DEBUG = { optional = true; tristate = whenOlder "4.18" "n";};
|
||||
USB_EHCI_ROOT_HUB_TT = yes; # Root Hub Transaction Translators
|
||||
USB_EHCI_TT_NEWSCHED = yes; # Improved transaction translator scheduling
|
||||
USB_HIDDEV = yes; # USB Raw HID Devices (like monitor controls and Uninterruptable Power Supplies)
|
||||
};
|
||||
|
||||
# Filesystem options - in particular, enable extended attributes and
|
||||
|
|
Loading…
Reference in a new issue