-
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: 164254 b: refs/heads/master c: 3d17fb1 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Sep 19, 2009
1 parent
ff00417
commit 7bc2549
Showing
10 changed files
with
2,285 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: 98293ef3e54f9f2175f11b4d14c119a2ff753d61 | ||
refs/heads/master: 3d17fb1be937c8c025fc9f54b4e17e91081e7a4f |
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,12 @@ | ||
config DVB_PT1 | ||
tristate "PT1 cards" | ||
depends on DVB_CORE && PCI && I2C | ||
help | ||
Support for Earthsoft PT1 PCI cards. | ||
|
||
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,5 @@ | ||
earth-pt1-objs := pt1.o va1j5jf8007s.o va1j5jf8007t.o | ||
|
||
obj-$(CONFIG_DVB_PT1) += earth-pt1.o | ||
|
||
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core -Idrivers/media/dvb/frontends |
Oops, something went wrong.