Skip to content

Commit

Permalink
[media] dabusb: Move it to staging to be deprecated
Browse files Browse the repository at this point in the history
dabusb driver were conceived as an experimental driver for a test
device. The driver never supported any shipped product, and, while
there were some updates on 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, better to remove it, on .39. If later needed, we may rescue it
from git logs. For now, let's move it to staging.

Acked-by: Deti Fliegl <deti@fliegl.de>
Cc: Deti Fliegl <deti@fliegl.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 0170f6b commit 2d5ca76
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 23 deletions.
22 changes: 0 additions & 22 deletions drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,26 +92,4 @@ source "drivers/media/radio/Kconfig"

source "drivers/media/dvb/Kconfig"

config DAB
boolean "DAB adapters"
---help---
Allow selecting support for Digital Audio Broadcasting (DAB)
Receiver adapters.

if DAB
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.
endif # DAB

endif # MEDIA_SUPPORT
1 change: 0 additions & 1 deletion drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o

obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o

obj-$(CONFIG_USB_DABUSB) += dabusb.o
obj-$(CONFIG_USB_ZR364XX) += zr364xx.o
obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o

Expand Down
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ source "drivers/staging/cx25821/Kconfig"

source "drivers/staging/tm6000/Kconfig"

source "drivers/staging/dabusb/Kconfig"

source "drivers/staging/se401/Kconfig"

source "drivers/staging/usbvideo/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_SLICOSS) += slicoss/
obj-$(CONFIG_VIDEO_GO7007) += go7007/
obj-$(CONFIG_VIDEO_CX25821) += cx25821/
obj-$(CONFIG_VIDEO_TM6000) += tm6000/
obj-$(CONFIG_USB_DABUSB) += dabusb/
obj-$(CONFIG_USB_VICAM) += usbvideo/
obj-$(CONFIG_USB_SE401) += se401/
obj-$(CONFIG_LIRC_STAGING) += lirc/
Expand Down
14 changes: 14 additions & 0 deletions drivers/staging/dabusb/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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.

2 changes: 2 additions & 0 deletions drivers/staging/dabusb/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
obj-$(CONFIG_USB_DABUSB) += dabusb.o

5 changes: 5 additions & 0 deletions drivers/staging/dabusb/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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
File renamed without changes.
File renamed without changes.

0 comments on commit 2d5ca76

Please sign in to comment.