Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9ce1c3f authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13755): [Mantis CA] CAM_CONTROL: Use appropriate flags

parent 990f8d1e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -138,6 +138,9 @@ int mantis_ca_init(struct mantis_pci *mantis)

	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;