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
@ -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…
x
Reference in New Issue
Block a user