summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/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/macppc/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/macppc/conf')
-rw-r--r--sys/arch/macppc/conf/files.macppc7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc
index f768242469d..eb3f72230d7 100644
--- a/sys/arch/macppc/conf/files.macppc
+++ b/sys/arch/macppc/conf/files.macppc
@@ -1,4 +1,4 @@
-# $OpenBSD: files.macppc,v 1.84 2015/11/23 10:30:02 mpi Exp $
+# $OpenBSD: files.macppc,v 1.85 2016/01/08 15:54:13 jcs Exp $
#
# macppc-specific configuration info
@@ -268,6 +268,11 @@ file arch/macppc/macppc/rbus_machdep.c cardbus
include "dev/pcmcia/files.pcmcia"
#
+# Machine-independent HID support
+#
+include "dev/hid/files.hid"
+
+#
# Machine-independent USB drivers
#
include "dev/usb/files.usb"