-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Original code written by Christian Dolzer <c.dolzer@digital-everywhere.com> Cleaned up by Greg. Major cleanup and reorg by Manu Abraham <manu@linuxtv.org> Additions also by Ben Backx <ben@bbackx.com> Cc: Christian Dolzer <c.dolzer@digital-everywhere.com> Cc: Andreas Monitzer <andy@monitzer.com> Cc: Manu Abraham <manu@linuxtv.org> Cc: Fabio De Lorenzo <delorenzo.fabio@gmail.com> Cc: Robert Berger <robert.berger@reliableembeddedsystems.com> Signed-off-by: Ben Backx <ben@bbackx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Added missing dependency to dvb/firesat/Kconfig, Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Tweaked dvb/Makefile. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
- Loading branch information
Greg Kroah-Hartman
authored and
Stefan Richter
committed
Feb 24, 2009
1 parent
f7e603a
commit c81c8b6
Showing
16 changed files
with
2,858 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.