-
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: 241812 b: refs/heads/master c: 8112248 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Mar 21, 2011
1 parent
685bb1f
commit 0e9c8d1
Showing
9 changed files
with
45 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: 4862d6b2e23f0573ef60c784341e05e1ac0804eb | ||
refs/heads/master: 8112248a1b66440f6c562c2669aba6950ef48199 |
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
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_CXD2099 | ||
tristate "CXD2099AR Common Interface driver" | ||
depends on DVB_CORE && PCI && I2C && DVB_NGENE | ||
---help--- | ||
Support for the CI module found on cineS2 DVB-S2, supported by | ||
the Micronas PCIe device driver (ngene). | ||
|
||
For now, data is passed through '/dev/dvb/adapterX/sec0': | ||
- Encrypted data must be written to 'sec0'. | ||
- Decrypted data can be read from 'sec0'. | ||
- Setup the CAM using device 'ca0'. |
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 @@ | ||
obj-$(CONFIG_DVB_CXD2099) += cxd2099.o | ||
|
||
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ | ||
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/ | ||
EXTRA_CFLAGS += -Idrivers/media/common/tuners/ |
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 @@ | ||
For now, data is passed through '/dev/dvb/adapterX/sec0': | ||
- Encrypted data must be written to 'sec0'. | ||
- Decrypted data can be read from 'sec0'. | ||
- Setup the CAM using device 'ca0'. | ||
|
||
But this is wrong. There are some discussions about the proper way for | ||
doing it, as seen at: | ||
http://www.mail-archive.com/linux-media@vger.kernel.org/msg22196.html | ||
|
||
While there's no proper fix for it, the driver should be kept in staging. | ||
|
||
Patches should be submitted to: linux-media@vger.kernel.org. |
File renamed without changes.
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