summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJoshua Stein <jcs@cvs.openbsd.org>2016-01-08 15:54:15 +0000
committerJoshua Stein <jcs@cvs.openbsd.org>2016-01-08 15:54:15 +0000
commit7fd88a74dd552b0096c543e413327fbfb350ef80 (patch)
tree2ce2a269aaed833603cb04a343aa3c5e0049d0e8 /sys/arch/i386
parentd24eef6904e463e49210a1e3bc560a2fe852dcbe (diff)
Move HID support files out of dev/usb into new dev/hid directory
These files aren't USB-specific and were used by the previous Bluetooth implementation, and will be used by the upcoming HID-over-i2C implementation ok deraadt previous version ok kettenis and mpi
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/conf/files.i3867
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386
index d40806dc57c..1e7b20d63bc 100644
--- a/sys/arch/i386/conf/files.i386
+++ b/sys/arch/i386/conf/files.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i386,v 1.227 2015/10/29 07:47:02 kettenis Exp $
+# $OpenBSD: files.i386,v 1.228 2016/01/08 15:54:13 jcs Exp $
#
# new style config file for i386 architecture
#
@@ -359,6 +359,11 @@ file dev/isa/tcic2_isa.c tcic_isa
include "dev/pcmcia/files.pcmcia"
#
+# Machine-independent HID support
+#
+include "dev/hid/files.hid"
+
+#
# Machine-independent USB drivers
#
include "dev/usb/files.usb"