Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157223493
D45659.id140159.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
647 B
Referenced Files
None
Subscribers
None
D45659.id140159.diff
View Options
diff --git a/sys/dev/usb/input/usbhid.c b/sys/dev/usb/input/usbhid.c
--- a/sys/dev/usb/input/usbhid.c
+++ b/sys/dev/usb/input/usbhid.c
@@ -77,9 +77,9 @@
#include "hid_if.h"
static SYSCTL_NODE(_hw_usb, OID_AUTO, usbhid, CTLFLAG_RW, 0, "USB usbhid");
-static int usbhid_enable = 0;
+static int usbhid_enable = 1;
SYSCTL_INT(_hw_usb_usbhid, OID_AUTO, enable, CTLFLAG_RWTUN,
- &usbhid_enable, 0, "Enable usbhid and prefer it to other USB HID drivers");
+ &usbhid_enable, 1, "Enable usbhid and prefer it to other USB HID drivers");
#ifdef USB_DEBUG
static int usbhid_debug = 0;
SYSCTL_INT(_hw_usb_usbhid, OID_AUTO, debug, CTLFLAG_RWTUN,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 20, 11:38 AM (23 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33345839
Default Alt Text
D45659.id140159.diff (647 B)
Attached To
Mode
D45659: Enable usbhid by default
Attached
Detach File
Event Timeline
Log In to Comment