The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=bf65752dcec9f246eaf4fad6160ec9e7954d5f19
commit bf65752dcec9f246eaf4fad6160ec9e7954d5f19 Author: Ed Maste <[email protected]> AuthorDate: 2025-10-02 16:50:15 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-10-17 17:46:03 +0000 usbhid.4: Note where debug messages go PR: 280377 Sponsored by: The FreeBSD Foundation (cherry picked from commit 44f3e9f7f6c9afed33d2967c1ed48361bb6b404b) --- share/man/man4/usbhid.4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man4/usbhid.4 b/share/man/man4/usbhid.4 index 4c7f254bdace..0b2e7230e3f4 100644 --- a/share/man/man4/usbhid.4 +++ b/share/man/man4/usbhid.4 @@ -67,6 +67,8 @@ Default is 1. Debug output level, where 0 is debugging disabled and larger values increase debug message verbosity. Default is 0. +Debug messages are printed on the system console and can be viewed using +.Xr dmesg 8 . .El .Sh SEE ALSO .Xr ehci 4 ,
