diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-10-02 12:14:35 -0400 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-10-04 09:38:06 -0400 |
| commit | a7931987d609e2284ef649849c53b941a38e3b39 (patch) | |
| tree | cfb5205d686c81556f11648b769cb377e3b3f755 /share/man | |
| parent | 5f0155e497fc747d09caad5e624465f4f206b21e (diff) | |
usbhid.4: Note that it was enabled by default for 15.0
Also add cross-references to hkbd.4 and hms.4.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 7b18bf2a225af348c2d56ad345862fe0f1055839)
Diffstat (limited to 'share/man')
| -rw-r--r-- | share/man/man4/usbhid.4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/usbhid.4 b/share/man/man4/usbhid.4 index e5ba370cd025..4c7f254bdace 100644 --- a/share/man/man4/usbhid.4 +++ b/share/man/man4/usbhid.4 @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd July 30, 2025 +.Dd October 2, 2025 .Dt USBHID 4 .Os .Sh NAME @@ -70,6 +70,8 @@ Default is 0. .El .Sh SEE ALSO .Xr ehci 4 , +.Xr hkbd 4 , +.Xr hms 4 , .Xr ohci 4 , .Xr uhci 4 , .Xr usb 4 , @@ -80,6 +82,8 @@ The .Nm driver first appeared in .Fx 13.0 . +It was enabled by default in +.Fx 15.0 . .Sh AUTHORS .An -nosplit The |
