git: 5ed91e788f0b - main - conf: hidmap is always needed for hms
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jul 2024 06:56:10 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=5ed91e788f0b97c9e6c544671ffef71fad7cad27 commit 5ed91e788f0b97c9e6c544671ffef71fad7cad27 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-07-10 06:55:24 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-07-10 06:55:24 +0000 conf: hidmap is always needed for hms So bring it in when hms is in the kernel config Fixes: 13d00a43cba4 ("conf: Add usbhid and hidbus to GENERIC* kernel configs") Sponsored by: Beckhoff Automation GmbH & Co. KG --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 968894ea948b..609ac407d400 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1760,7 +1760,7 @@ dev/hid/hgame.c optional hgame dev/hid/hid.c optional hid dev/hid/hid_if.m optional hid dev/hid/hidbus.c optional hidbus -dev/hid/hidmap.c optional hidmap +dev/hid/hidmap.c optional hidmap | hms dev/hid/hidquirk.c optional hid dev/hid/hidraw.c optional hidraw dev/hid/hkbd.c optional hkbd