-
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.
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
Showing
19 changed files
with
2,860 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4daa0682af15b24e9d66ccde3a5d502682e572d8 | ||
refs/heads/master: c81c8b68b46752721b0c1addfabb828da27e1489 |
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.