From bb7b548d6c8a46853d9869b65b2ff018b764f2e9 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Tue, 16 Aug 2022 13:51:34 +0000 Subject: [PATCH] Add hidbus module for usbhid devices usbhid(4) is brought in with the usb(4) driver, but depends on hidbus(4) which we do not currently build. Some keyboards are USB HID class devices, so this is useful to have. (cherry picked from commit d3910240661c00299793f404146fc8c4ee2887f7) --- build/profiles/freenas/config.pyd | 1 + 1 file changed, 1 insertion(+) diff --git a/build/profiles/freenas/config.pyd b/build/profiles/freenas/config.pyd index e464379..94e4f87 100644 --- a/build/profiles/freenas/config.pyd +++ b/build/profiles/freenas/config.pyd @@ -48,6 +48,7 @@ kernel_modules = [ "ext2fs", "firewire", "geom", + "hidbus", "i2c", "ipmi", "ipsec",