Skip to content

Commit

Permalink
[media] ngene: CXD2099AR Common Interface driver
Browse files Browse the repository at this point in the history
Driver for the Common Interface Controller CXD2099AR.
Supports the CI of the cineS2 DVB-S2.

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'.

Signed-off-by: Ralph Metzler <rjkm@metzlerbros.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Ralph Metzler authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 8a48471 commit 0f0b270
Show file tree
Hide file tree
Showing 7 changed files with 782 additions and 31 deletions.
2 changes: 1 addition & 1 deletion drivers/media/dvb/ngene/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the nGene device driver
#

ngene-objs := ngene-core.o ngene-i2c.o ngene-cards.o ngene-dvb.o
ngene-objs := ngene-core.o ngene-i2c.o ngene-cards.o ngene-dvb.o cxd2099.o

obj-$(CONFIG_DVB_NGENE) += ngene.o

Expand Down
Loading

0 comments on commit 0f0b270

Please sign in to comment.