summaryrefslogtreecommitdiff
path: root/sys/dev/hid/files.hid
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hid/files.hid')
-rw-r--r--sys/dev/hid/files.hid18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/dev/hid/files.hid b/sys/dev/hid/files.hid
new file mode 100644
index 00000000000..c2bd1d2ce80
--- /dev/null
+++ b/sys/dev/hid/files.hid
@@ -0,0 +1,18 @@
+# $OpenBSD: files.hid,v 1.1 2016/01/08 15:54:13 jcs Exp $
+
+# Human Interface Devices
+
+# HID "bus"
+define hidbus {[reportid = -1]}
+
+# HID processing
+define hid
+file dev/hid/hid.c hid
+
+# Keyboards
+define hidkbd
+file dev/hid/hidkbd.c hidkbd needs-flag
+
+# Mice
+define hidms
+file dev/hid/hidms.c hidms