Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2025 17:07:25 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d0144563a0c1 - main - UPDATING: Correct typo in hw.usb.usbhid.enable tunable
Message-ID:  <202508021707.572H7PQA073504@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=d0144563a0c1454c59daac57fc52ad9f09ab1d8e

commit d0144563a0c1454c59daac57fc52ad9f09ab1d8e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-08-02 17:06:18 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-08-02 17:07:14 +0000

    UPDATING: Correct typo in hw.usb.usbhid.enable tunable
    
    I accidentally had usbhid_enable.
    
    Reported by:    Ralf Wenk
---
 UPDATING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 28ff08e65ef5..55cb4181ce30 100644
--- a/UPDATING
+++ b/UPDATING
@@ -35,7 +35,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
 	additional issues prior to FreeBSD 15.0.
 
 	To revert to the previous USB HID driver behavior, set the loader
-	tunable hw.usb.usbhid_enable=0.
+	tunable hw.usb.usbhid.enable=0.
 
 20250727:
 	bmake (i.e., /usr/bin/make and /usr/share/mk) has moved to a new



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508021707.572H7PQA073504>