Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226364
b: refs/heads/master
c: 2d5ca76
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 4c21904 commit 65f160c
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0170f6bcb243cb9e86c953652f8e62fccb8108f1
refs/heads/master: 2d5ca76f2b39a31313d7e54224c78b7b311e7dce
22 changes: 0 additions & 22 deletions trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 65f160c

Please sign in to comment.