HomeFreeBSD

hid: Replace USBHID_ENABLED kernel config option with loader tunable

Description

hid: Replace USBHID_ENABLED kernel config option with loader tunable

usbhid(4) is disabled by default to avoid conflicts with existing USB HID
drivers. To enable it place following lines to /boot/loader.conf:

hw.usb.usbhid.enable=1
usbhid_load="YES"

Suggested by: jhb
Reviewed by: hselasky
Differential revision: https://reviews.freebsd.org/D28124

Details

Provenance
wulfAuthored on Jan 12 2021, 7:36 PM
Reviewer
hselasky
Differential Revision
D28124: usbhid: Replace USBHID_ENABLED kernel config option with loader tunable
Parents
rGd2b3ceddccac: tcp: add sysctl to tolerate TCP segments missing timestamps
Branches
Unknown
Tags
Unknown