Date: Thu, 19 Jun 2025 21:06:28 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 47552b548d5a - stable/14 - usbhid.4: Add cross-references to "other USB HID drivers" Message-ID: <202506192106.55JL6SeN057661@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=47552b548d5ad4509ef342324910e748318fee77 commit 47552b548d5ad4509ef342324910e748318fee77 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-05-20 15:45:50 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-06-19 21:06:17 +0000 usbhid.4: Add cross-references to "other USB HID drivers" Reviewed by: ziaee Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50437 (cherry picked from commit 084046ad8f859d270a3cf900a82c5254153afcac) --- share/man/man4/usbhid.4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man4/usbhid.4 b/share/man/man4/usbhid.4 index 156f53a051ea..1dff0ef0e6d6 100644 --- a/share/man/man4/usbhid.4 +++ b/share/man/man4/usbhid.4 @@ -55,7 +55,11 @@ tunables: .It Va hw.usb.usbhid.enable Enable .Nm -and make its priority greater than other USB HID drivers have. +and make its priority greater than other USB HID drivers, such as +.Xr ukbd 4 , +.Xr ums 4 , +and +.Xr uhid 4 . Default is 0. .El .Bl -tag -width indent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506192106.55JL6SeN057661>