diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2007-07-23 16:54:52 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2007-07-23 16:54:52 +0000 |
commit | 21e8dadb59ba3142105c333defcd4ad560211262 (patch) | |
tree | 6aa743cf2fb7493befe32bec0ca75d3940bc1eec /sys/dev/bluetooth | |
parent | d4437547b4d6f249e597a360cc94565271503d3c (diff) |
bthub needs-count
Diffstat (limited to 'sys/dev/bluetooth')
-rw-r--r-- | sys/dev/bluetooth/files.bluetooth | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bluetooth/files.bluetooth b/sys/dev/bluetooth/files.bluetooth index 1fc5452b27f..dac9bdb33b9 100644 --- a/sys/dev/bluetooth/files.bluetooth +++ b/sys/dev/bluetooth/files.bluetooth @@ -1,8 +1,8 @@ -# $OpenBSD: files.bluetooth,v 1.2 2007/07/23 13:30:21 mk Exp $ +# $OpenBSD: files.bluetooth,v 1.3 2007/07/23 16:54:51 mk Exp $ # # Config file and device description for machine-independent Bluetooth code. # Included by ports that support Bluetooth host controllers. device bthub {} attach bthub at btbus -file dev/bluetooth/bthub.c bthub needs-flag +file dev/bluetooth/bthub.c bthub needs-count |