[Bug 279953] If both usbhid entries used in /boot/loader.conf, keyboard gets frozen when booted in single user mode

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 24 Jun 2024 17:55:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279953

--- Comment #1 from Yusuf Yaman <nxjoseph@protonmail.com> ---
I wanted to test the issue more and used hw.usb.usbhid.enable="1" variable in
/etc/sysctl.conf instead of in /boot/loader.conf and freezing issue didn't
occur.

Now my /boot/loader.conf has this:

usbhid_load="YES"

and my /etc/sysctl.conf has this:

hw.usb.usbhid.enable=1


usbhid's man page says that the hw.usb.usbhid.enable variable can be used
either in /boot/loader.conf or in /etc/sysctl.conf but using it in
/boot/loader.conf causes freezing issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.