From 7fd88a74dd552b0096c543e413327fbfb350ef80 Mon Sep 17 00:00:00 2001 From: Joshua Stein Date: Fri, 8 Jan 2016 15:54:15 +0000 Subject: 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 --- sys/arch/amd64/conf/files.amd64 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/arch/amd64/conf/files.amd64') diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index 4792548fd9c..5d58b343c4a 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.84 2015/11/23 22:57:12 deraadt Exp $ +# $OpenBSD: files.amd64,v 1.85 2016/01/08 15:54:13 jcs Exp $ maxpartitions 16 maxusers 2 16 128 @@ -204,6 +204,11 @@ file arch/amd64/amd64/pctr.c pctr needs-flag pseudo-device nvram file arch/amd64/amd64/nvram.c nvram needs-flag +# +# Machine-independent HID support +# +include "dev/hid/files.hid" + # # USB # -- cgit v1.2.3