The patch number 10329 was added via Antti Palosaari <cr...@iki.fi>
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: Antti Palosaari  <cr...@iki.fi>
af9015: remove dual_mode module param


Remove dual_mode module param. Possible 2nd FE seems not to be buggy
any more and therefore can be enabled as default.

Priority: normal

Signed-off-by: Antti Palosaari <cr...@iki.fi>


---

 linux/drivers/media/dvb/dvb-usb/af9015.c |    6 ------
 1 file changed, 6 deletions(-)

diff -r 2ed72b192848 -r dfd0d5906394 linux/drivers/media/dvb/dvb-usb/af9015.c
--- a/linux/drivers/media/dvb/dvb-usb/af9015.c  Thu Jan 22 22:20:24 2009 -0600
+++ b/linux/drivers/media/dvb/dvb-usb/af9015.c  Fri Jan 23 17:11:14 2009 +0200
@@ -37,9 +37,6 @@ static int dvb_usb_af9015_remote;
 static int dvb_usb_af9015_remote;
 module_param_named(remote, dvb_usb_af9015_remote, int, 0644);
 MODULE_PARM_DESC(remote, "select remote");
-static int dvb_usb_af9015_dual_mode;
-module_param_named(dual_mode, dvb_usb_af9015_dual_mode, int, 0644);
-MODULE_PARM_DESC(dual_mode, "enable dual mode");
 DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr);
 
 static DEFINE_MUTEX(af9015_usb_mutex);
@@ -839,9 +836,6 @@ static int af9015_read_config(struct usb
                goto error;
        af9015_config.dual_mode = val;
        deb_info("%s: TS mode:%d\n", __func__, af9015_config.dual_mode);
-       /* disable dual mode by default because it is buggy */
-       if (!dvb_usb_af9015_dual_mode)
-               af9015_config.dual_mode = 0;
 
        /* Set adapter0 buffer size according to USB port speed, adapter1 buffer
           size can be static because it is enabled only USB2.0 */


---

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

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

Reply via email to