-
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: 113971 b: refs/heads/master c: a611d0c h: refs/heads/master i: 113969: d1517cd 113967: 598499f v: v3
- Loading branch information
Igor M. Liplianin
authored and
Mauro Carvalho Chehab
committed
Oct 12, 2008
1 parent
d13558c
commit 9f675e2
Showing
6 changed files
with
940 additions
and
2 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: 83fe92e71ef736a26a6eedd0822b34ed5af077f0 | ||
refs/heads/master: a611d0ca006fe76d88b8dd5ac44f4468293b6760 |
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,14 @@ | ||
config DVB_DM1105 | ||
tristate "SDMC DM1105 based PCI cards" | ||
depends on DVB_CORE && PCI && I2C | ||
select DVB_PLL if !DVB_FE_CUSTOMISE | ||
select DVB_STV0299 if !DVB_FE_CUSTOMISE | ||
help | ||
Support for cards based on the SDMC DM1105 PCI chip like | ||
DvbWorld 2002 | ||
|
||
Since these cards have no MPEG decoder onboard, they transmit | ||
only compressed MPEG data over the PCI bus, so you need | ||
an external software decoder to watch TV on your computer. | ||
|
||
Say Y or M 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,3 @@ | ||
obj-$(CONFIG_DVB_DM1105) += dm1105.o | ||
|
||
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends |
Oops, something went wrong.