mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
[PATCH] USB: delete the bluetty driver
We have a real Bluetooth system in Linux, lets finally delete this driver as no one is using it (and if they are, they are using a closed source bluetooth stack, which I can't support anyway.) Marcel, you owe me a beer :) Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c36fc889b5
commit
a6c82600d4
@ -2489,14 +2489,6 @@ L: linux-kernel@vger.kernel.org
|
|||||||
L: linux-usb-devel@lists.sourceforge.net
|
L: linux-usb-devel@lists.sourceforge.net
|
||||||
S: Supported
|
S: Supported
|
||||||
|
|
||||||
USB BLUETOOTH TTY CONVERTER DRIVER
|
|
||||||
P: Greg Kroah-Hartman
|
|
||||||
M: greg@kroah.com
|
|
||||||
L: linux-usb-users@lists.sourceforge.net
|
|
||||||
L: linux-usb-devel@lists.sourceforge.net
|
|
||||||
S: Maintained
|
|
||||||
W: http://www.kroah.com/linux-usb/
|
|
||||||
|
|
||||||
USB CDC ETHERNET DRIVER
|
USB CDC ETHERNET DRIVER
|
||||||
P: Greg Kroah-Hartman
|
P: Greg Kroah-Hartman
|
||||||
M: greg@kroah.com
|
M: greg@kroah.com
|
||||||
|
@ -18,7 +18,6 @@ obj-$(CONFIG_ETRAX_USB_HOST) += host/
|
|||||||
|
|
||||||
obj-$(CONFIG_USB_ACM) += class/
|
obj-$(CONFIG_USB_ACM) += class/
|
||||||
obj-$(CONFIG_USB_AUDIO) += class/
|
obj-$(CONFIG_USB_AUDIO) += class/
|
||||||
obj-$(CONFIG_USB_BLUETOOTH_TTY) += class/
|
|
||||||
obj-$(CONFIG_USB_MIDI) += class/
|
obj-$(CONFIG_USB_MIDI) += class/
|
||||||
obj-$(CONFIG_USB_PRINTER) += class/
|
obj-$(CONFIG_USB_PRINTER) += class/
|
||||||
|
|
||||||
|
@ -28,29 +28,6 @@ config USB_AUDIO
|
|||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called audio.
|
module will be called audio.
|
||||||
|
|
||||||
comment "USB Bluetooth TTY can only be used with disabled Bluetooth subsystem"
|
|
||||||
depends on USB && BT
|
|
||||||
|
|
||||||
config USB_BLUETOOTH_TTY
|
|
||||||
tristate "USB Bluetooth TTY support"
|
|
||||||
depends on USB && BT=n
|
|
||||||
---help---
|
|
||||||
This driver implements a nonstandard tty interface to a Bluetooth
|
|
||||||
device that can be used only by specialized Bluetooth HCI software.
|
|
||||||
|
|
||||||
Say Y here if you want to use OpenBT Bluetooth stack (available
|
|
||||||
at <http://developer.axis.com/software>), or other TTY based
|
|
||||||
Bluetooth stacks, and want to connect a USB Bluetooth device
|
|
||||||
to your computer's USB port.
|
|
||||||
|
|
||||||
Do *not* enable this driver if you want to use generic Linux
|
|
||||||
Bluetooth support.
|
|
||||||
|
|
||||||
If in doubt, say N here.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
|
||||||
module will be called bluetty.
|
|
||||||
|
|
||||||
config USB_MIDI
|
config USB_MIDI
|
||||||
tristate "USB MIDI support"
|
tristate "USB MIDI support"
|
||||||
depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER
|
depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER
|
||||||
|
@ -5,6 +5,5 @@
|
|||||||
|
|
||||||
obj-$(CONFIG_USB_ACM) += cdc-acm.o
|
obj-$(CONFIG_USB_ACM) += cdc-acm.o
|
||||||
obj-$(CONFIG_USB_AUDIO) += audio.o
|
obj-$(CONFIG_USB_AUDIO) += audio.o
|
||||||
obj-$(CONFIG_USB_BLUETOOTH_TTY) += bluetty.o
|
|
||||||
obj-$(CONFIG_USB_MIDI) += usb-midi.o
|
obj-$(CONFIG_USB_MIDI) += usb-midi.o
|
||||||
obj-$(CONFIG_USB_PRINTER) += usblp.o
|
obj-$(CONFIG_USB_PRINTER) += usblp.o
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user