The patch number 11850 was added via Mauro Carvalho Chehab <mche...@redhat.com>
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: Jean Delvare  <kh...@linux-fr.org>
pvrusb2: Instantiate ir_video I2C device by default


Now that the ir-kbd-i2c driver has been converted to a new-style i2c
driver, we can instantiate the ir_video I2C device by default. The
pvr2_disable_ir_video is kept to disable the IR receiver, either
because the user doesn't use it, or for debugging purpose.

Signed-off-by: Jean Delvare <kh...@linux-fr.org>
Acked-by: Mike Isely <is...@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 8f6dd3023410 -r e602721afe61 
linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c      Wed May 13 
19:55:13 2009 +0000
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c      Wed May 13 
19:56:20 2009 +0000
@@ -43,7 +43,7 @@ module_param_array(ir_mode, int, NULL, 0
 module_param_array(ir_mode, int, NULL, 0444);
 MODULE_PARM_DESC(ir_mode,"specify: 0=disable IR reception, 1=normal IR");
 
-static int pvr2_disable_ir_video = 1;
+static int pvr2_disable_ir_video;
 module_param_named(disable_autoload_ir_video, pvr2_disable_ir_video,
                   int, S_IRUGO|S_IWUSR);
 MODULE_PARM_DESC(disable_autoload_ir_video,


---

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

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

Reply via email to