-
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.
[media] Move CI cxd2099 driver to staging
This driver is abusing the kernel<=>userspace API, due to the lack of a proper solution for it. A discussion were done at: http://www.mail-archive.com/linux-media@vger.kernel.org/msg22196.html But there's not a solution for it yet. So, move the driver to staging, while we don't have a final solution. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
- Loading branch information
Mauro Carvalho Chehab
committed
Mar 21, 2011
1 parent
4862d6b
commit 8112248
Showing
8 changed files
with
44 additions
and
1 deletion.
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
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