summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/conf
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/sgi/conf
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/sgi/conf')
-rw-r--r--sys/arch/sgi/conf/files.sgi7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi
index 9ebf9894748..d7d9863987c 100644
--- a/sys/arch/sgi/conf/files.sgi
+++ b/sys/arch/sgi/conf/files.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: files.sgi,v 1.54 2015/09/09 15:48:53 visa Exp $
+# $OpenBSD: files.sgi,v 1.55 2016/01/08 15:54:13 jcs Exp $
#
# maxpartitions must be first item in files.${ARCH}
#
@@ -217,6 +217,11 @@ include "dev/cardbus/files.cardbus"
include "dev/pcmcia/files.pcmcia"
#
+# Machine-independent HID support
+#
+include "dev/hid/files.hid"
+
+#
# Machine-independent USB drivers
#
include "dev/usb/files.usb"