The patch number 13755 was added via Manu Abraham <m...@linuxtv.org>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Manu Abraham  <abraham.m...@gmail.com>
[Mantis CA] CAM_CONTROL: Use appropriate flags

Signed-off-by: Manu Abraham <m...@linuxtv.org>


---

 linux/drivers/media/dvb/mantis/mantis_ca.c |    3 +++
 1 file changed, 3 insertions(+)

diff -r f376aed09233 -r eae684018fb8 linux/drivers/media/dvb/mantis/mantis_ca.c
--- a/linux/drivers/media/dvb/mantis/mantis_ca.c        Fri Dec 04 12:18:27 
2009 +0400
+++ b/linux/drivers/media/dvb/mantis/mantis_ca.c        Fri Dec 04 12:18:53 
2009 +0400
@@ -138,6 +138,9 @@
 
        ca->ca_priv = mantis;
        mantis->mantis_ca = ca;
+       ca_flags = DVB_CA_EN50221_FLAG_IRQ_CAMCHANGE    |
+                  DVB_CA_EN50221_FLAG_IRQ_FR           |
+                  DVB_CA_EN50221_FLAG_IRQ_DA;
 
        /* register CA interface */
        ca->en50221.owner               = THIS_MODULE;


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/eae684018fb81b5abb691d66d08ea909807523c6

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to