diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-08 15:54:15 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-08 15:54:15 +0000 |
commit | 7fd88a74dd552b0096c543e413327fbfb350ef80 (patch) | |
tree | 2ce2a269aaed833603cb04a343aa3c5e0049d0e8 /sys/arch/octeon | |
parent | d24eef6904e463e49210a1e3bc560a2fe852dcbe (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/octeon')
-rw-r--r-- | sys/arch/octeon/conf/files.octeon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/octeon/conf/files.octeon b/sys/arch/octeon/conf/files.octeon index 3e10ccae675..5d3926c94ec 100644 --- a/sys/arch/octeon/conf/files.octeon +++ b/sys/arch/octeon/conf/files.octeon @@ -1,4 +1,4 @@ -# $OpenBSD: files.octeon,v 1.26 2015/09/09 15:48:52 visa Exp $ +# $OpenBSD: files.octeon,v 1.27 2016/01/08 15:54:13 jcs Exp $ # Standard stanzas config(8) can't run without maxpartitions 16 @@ -21,6 +21,7 @@ file arch/octeon/octeon/machdep.c include "dev/ata/files.ata" include "dev/atapiscsi/files.atapiscsi" +include "dev/hid/files.hid" include "dev/i2c/files.i2c" include "dev/gpio/files.gpio" include "dev/isa/files.isa" |