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/hppa64 | |
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/hppa64')
-rw-r--r-- | sys/arch/hppa64/conf/files.hppa64 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64 index 56f93b51d1b..bc81434b8b8 100644 --- a/sys/arch/hppa64/conf/files.hppa64 +++ b/sys/arch/hppa64/conf/files.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa64,v 1.19 2015/07/17 22:52:28 tedu Exp $ +# $OpenBSD: files.hppa64,v 1.20 2016/01/08 15:54:13 jcs Exp $ # # hppa64-specific configuration info @@ -48,6 +48,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" |