]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] firedtv: add parameter to fake ca_system_ids in CA_INFO
authorHenrik Kurelid <henrik@kurelid.se>
Mon, 1 Mar 2010 11:56:42 +0000 (08:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 23 Oct 2010 03:35:49 +0000 (01:35 -0200)
commit52065c513a8a15fc0fb1fe2452256303edaece74
tree29de3a9b7744b0d86fa59f409be2fd1f238d9435
parent4363a0b8343747a429df526249d2f3194403365c
[media] firedtv: add parameter to fake ca_system_ids in CA_INFO

The Digital Everywhere firmware have the shortcoming that ca_info_enq and
ca_info are not supported. This means that we can never retrieve the correct
ca_system_id to present in the CI message CA_INFO. Currently the driver uses
the application id retrieved using app_info_req and app_info, but this id
only match the correct ca_system_id as given in ca_info in some cases.
This patch adds a parameter to the driver in order for the user to override
what will be returned in the CA_INFO CI message. Up to four ca_system_ids can
be specified.
This is needed for users with CAMs that have different manufacturer id and
ca_system_id and that uses applications that take this into account, like
MythTV.

Signed-off-by: Henrik Kurelid <henrik@kurelid.se>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/firewire/firedtv-avc.c