Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131718
b: refs/heads/master
c: c81c8b6
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and Stefan Richter committed Feb 24, 2009
1 parent 086b008 commit 3b0d3fc
Show file tree
Hide file tree
Showing 19 changed files with 2,860 additions and 16 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: 4daa0682af15b24e9d66ccde3a5d502682e572d8
refs/heads/master: c81c8b68b46752721b0c1addfabb828da27e1489
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ comment "Supported SDMC DM1105 Adapters"
depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/dm1105/Kconfig"

source "drivers/media/dvb/firesat/Kconfig"

comment "Supported DVB Frontends"
depends on DVB_CORE
source "drivers/media/dvb/frontends/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
#

obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ dvb-usb/ pluto2/ siano/ dm1105/

obj-$(CONFIG_DVB_FIRESAT) += firesat/
11 changes: 11 additions & 0 deletions trunk/drivers/media/dvb/firesat/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config DVB_FIRESAT
tristate "FireSAT devices"
depends on DVB_CORE && IEEE1394 && INPUT
help
Support for external IEEE1394 adapters designed by Digital Everywhere and
produced by El Gato, shipped under the brand name 'FireDTV/FloppyDTV'.

These devices don't have a MPEG decoder built in, so you need
an external software decoder to watch TV.

Say Y if you own such a device and want to use it.
12 changes: 12 additions & 0 deletions trunk/drivers/media/dvb/firesat/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
firesat-objs := firesat_1394.o \
firesat_dvb.o \
firesat_fe.o \
avc_api.o \
cmp.o \
firesat-rc.o \
firesat-ci.o

obj-$(CONFIG_DVB_FIRESAT) += firesat.o

EXTRA_CFLAGS := -Idrivers/ieee1394
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
Loading

0 comments on commit 3b0d3fc

Please sign in to comment.