diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 21:54:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 21:54:39 +0000 |
commit | 0002bc61dae35baaf16e6e53a1f8d174ada194a3 (patch) | |
tree | fbb2b23af0dc4ad054d299ba031f89514990058b /sys/dev/usb/files.usb | |
parent | d594eaa9376bf79e4bbe522b7eca9f7f682afc24 (diff) |
"It's not the years, honey; it's the mileage."
bluetooth support doesn't work and isn't going anywhere. the current
design is a dead end, and should not be the basis for any future support.
general consensus says to whack it so as to not mislead the unwary.
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 06729e6784e..907abcbf218 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.114 2014/03/25 03:29:23 jsg Exp $ +# $OpenBSD: files.usb,v 1.115 2014/07/11 21:54:38 tedu Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -354,11 +354,6 @@ device atu: ether, ifnet, ifmedia, wlan, firmload attach atu at uhub file dev/usb/if_atu.c atu -# Bluetooth -device ubt: btbus, bluetooth -attach ubt at uhub -file dev/usb/ubt.c ubt - # Ralink Technology RT2500USB device ural: ether, ifnet, ifmedia, wlan attach ural at uhub |