ttpci ir permissions for remote control plugin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following patch is required to utilize the IR auto detect feature in VDR's
remote plugin by a non-root user.  The patch will change permissions of
/proc/av7110_ir to 666. Please consider adding this to the development tree.

Best Regards,
C.
--- v4l-dvb/linux/drivers/media/dvb/ttpci/av7110_ir.c.orig	2006-02-24 15:21:25.000000000 -0800
+++ v4l-dvb/linux/drivers/media/dvb/ttpci/av7110_ir.c	2006-02-24 20:07:57.000000000 -0800
@@ -234,7 +234,7 @@
 		input_register_device(input_dev);
 		input_dev->timer.function = input_repeat_key;
 
-		e = create_proc_entry("av7110_ir", S_IFREG | S_IRUGO | S_IWUSR, NULL);
+		e = create_proc_entry("av7110_ir", S_IFREG | S_IRUGO | S_IWUGO, NULL);
 		if (e) {
 			e->write_proc = av7110_ir_write_proc;
 			e->size = 4 + 256 * sizeof(u16);
_______________________________________________

linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux