]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
[media] dvb-usb: increase MAX_NO_OF_FE_PER_ADAP from 2 to 3
authorMichael Krufky <mkrufky@linuxtv.org>
Sun, 29 Jan 2012 18:53:12 +0000 (15:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 20 May 2012 13:03:08 +0000 (10:03 -0300)
The following patch adds support for a third frontend to exist on a single
DVB adapter, in the mxl111sf driver. This patch allows that to be possible.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dvb-usb.h

index 86cfa86d2d238d25f23f0610047a43fc2466ea26..99f94409efa1768ebf1d20590dcaf633fda1a414 100644 (file)
@@ -157,7 +157,7 @@ struct dvb_usb_adapter_fe_properties {
        int size_of_priv;
 };
 
-#define MAX_NO_OF_FE_PER_ADAP 2
+#define MAX_NO_OF_FE_PER_ADAP 3
 struct dvb_usb_adapter_properties {
        int size_of_priv;