Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dae86ccb authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] dabusb: remove obsolete driver



The dabusb driver was conceived as an experimental driver for a test
device. The driver never supported any shipped product, and, while
there were some updates for it in 2003, for an ancient product,
those changes were never submitted upstream.

Also, there's no DocBook for its API, nor any upstream discussion.

So it was decided to remove it in 2.6.39. Future support for a DAB API
should be discussed on the linux-media list first.

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b287db11
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -53,8 +53,6 @@ source "drivers/staging/tm6000/Kconfig"

source "drivers/staging/cxd2099/Kconfig"

source "drivers/staging/dabusb/Kconfig"

source "drivers/staging/usbip/Kconfig"

source "drivers/staging/winbond/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ obj-$(CONFIG_VIDEO_GO7007) += go7007/
obj-$(CONFIG_VIDEO_CX25821)	+= cx25821/
obj-$(CONFIG_VIDEO_TM6000)	+= tm6000/
obj-$(CONFIG_DVB_CXD2099)	+= cxd2099/
obj-$(CONFIG_USB_DABUSB)        += dabusb/
obj-$(CONFIG_LIRC_STAGING)	+= lirc/
obj-$(CONFIG_USB_IP_COMMON)	+= usbip/
obj-$(CONFIG_W35UND)		+= winbond/

drivers/staging/dabusb/Kconfig

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
config USB_DABUSB
	tristate "DABUSB driver"
	depends on USB
	---help---
	  A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
	  brought to you by the DAB-Team
	  <http://wwwbode.cs.tum.edu/Par/arch/dab/>.  This driver can be taken
	  as an example for URB-based bulk, control, and isochronous
	  transactions. URB's are explained in
	  <Documentation/usb/URB.txt>.

	  To compile this driver as a module, choose M here: the
	  module will be called dabusb.

drivers/staging/dabusb/Makefile

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
obj-$(CONFIG_USB_DABUSB)        += dabusb.o

drivers/staging/dabusb/TODO

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
This is a driver for an experimental sample developed in 2003. The driver
never supported any commercial product, nor had any known user.
If nobody takes care on it, the driver will be removed for 2.6.39.

Please send patches to linux-media@vger.kernel.org
Loading