Page MenuHomeFreeBSD

D45659.id140159.diff
No OneTemporary

D45659.id140159.diff

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

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)

Event Timeline