Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166761431
D28995.id84889.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28995.id84889.diff
View Options
Index: sys/dev/hid/hconf.c
===================================================================
--- sys/dev/hid/hconf.c
+++ sys/dev/hid/hconf.c
@@ -34,6 +34,8 @@
* https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-precision-touchpad-required-hid-top-level-collections
*/
+#include "opt_hid.h"
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>
Index: sys/dev/hid/hkbd.c
===================================================================
--- sys/dev/hid/hkbd.c
+++ sys/dev/hid/hkbd.c
@@ -38,6 +38,7 @@
* HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
*/
+#include "opt_hid.h"
#include "opt_kbd.h"
#include "opt_hkbd.h"
#include "opt_evdev.h"
Index: sys/modules/hid/hconf/Makefile
===================================================================
--- sys/modules/hid/hconf/Makefile
+++ sys/modules/hid/hconf/Makefile
@@ -4,6 +4,7 @@
KMOD= hconf
SRCS= hconf.c
+SRCS+= opt_hid.h
SRCS+= bus_if.h device_if.h
.include <bsd.kmod.mk>
Index: sys/modules/hid/hkbd/Makefile
===================================================================
--- sys/modules/hid/hkbd/Makefile
+++ sys/modules/hid/hkbd/Makefile
@@ -4,7 +4,7 @@
KMOD= hkbd
SRCS= hkbd.c
-SRCS+= opt_evdev.h opt_kbd.h opt_hkbd.h
+SRCS+= opt_hid.h opt_evdev.h opt_kbd.h opt_hkbd.h
SRCS+= bus_if.h device_if.h
.include <bsd.kmod.mk>
Index: sys/modules/hid/ps4dshock/Makefile
===================================================================
--- sys/modules/hid/ps4dshock/Makefile
+++ sys/modules/hid/ps4dshock/Makefile
@@ -4,6 +4,7 @@
KMOD= ps4dshock
SRCS= ps4dshock.c
+SRCS+= opt_hid.h
SRCS+= bus_if.h device_if.h usbdevs.h
.include <bsd.kmod.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 17, 7:21 AM (18 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36851686
Default Alt Text
D28995.id84889.diff (1 KB)
Attached To
Mode
D28995: hid: add opt_hid.h to modules that use HID_DEBUG
Attached
Detach File
Event Timeline
Log In to Comment