-
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: 181635 b: refs/heads/master c: 83f3c71 h: refs/heads/master i: 181633: 7c39500 181631: f5c6fd6 v: v3
- Loading branch information
Oliver Endriss
authored and
Mauro Carvalho Chehab
committed
Feb 26, 2010
1 parent
c2af487
commit 908cc9a
Showing
7 changed files
with
47 additions
and
1,442 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: dae52d009fc950b5c209260d50fcc000f5becd3c | ||
refs/heads/master: 83f3c7157e087ace8fc67fd759bc3d7b3b64531e |
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 |
---|---|---|
|
@@ -14,6 +14,7 @@ obj-y := dvb-core/ \ | |
siano/ \ | ||
dm1105/ \ | ||
pt1/ \ | ||
mantis/ | ||
mantis/ \ | ||
ngene/ | ||
|
||
obj-$(CONFIG_DVB_FIREDTV) += firewire/ |
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,9 @@ | ||
config DVB_NGENE | ||
tristate "Micronas nGene support" | ||
depends on DVB_CORE && PCI && I2C | ||
select DVB_LNBP21 if !DVB_FE_CUSTOMISE | ||
select DVB_STV6110x if !DVB_FE_CUSTOMISE | ||
select DVB_STV090x if !DVB_FE_CUSTOMISE | ||
---help--- | ||
Support for Micronas PCI express cards with nGene bridge. | ||
|
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 @@ | ||
# | ||
# Makefile for the nGene device driver | ||
# | ||
|
||
ngene-objs := ngene-core.o | ||
|
||
obj-$(CONFIG_DVB_NGENE) += ngene.o | ||
|
||
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ | ||
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/ | ||
|
Oops, something went wrong.