diff options
author | 2014-07-11 21:54:37 +0000 | |
---|---|---|
committer | 2014-07-11 21:54:37 +0000 | |
commit | b8042ed98e3e7a691133b4fd8e91f61ba15a83ba (patch) | |
tree | b4210de9bc12a180e816fe8ce2bb3606f14cb4f4 /sys/dev/usb/files.usb | |
parent | sync (diff) | |
download | wireguard-openbsd-b8042ed98e3e7a691133b4fd8e91f61ba15a83ba.tar.xz wireguard-openbsd-b8042ed98e3e7a691133b4fd8e91f61ba15a83ba.zip |
"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 |