rpms/vdr/devel vdr.spec,1.32,1.33 vdr-udev.rules,1.2,1.3

Ville Skyttä scop at fedoraproject.org
Sat Nov 22 20:21:13 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/vdr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14022

Modified Files:
	vdr.spec vdr-udev.rules 
Log Message:
Drop remote plugin examples from udev rules, they're in vdr-remote now.


Index: vdr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/vdr.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- vdr.spec	22 Nov 2008 20:14:55 -0000	1.32
+++ vdr.spec	22 Nov 2008 20:20:43 -0000	1.33
@@ -497,6 +497,7 @@
 * Sat Nov 22 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-8
 - Fix setting wakeup time via rtc0 when hardware clock is localtime.
 - Do not try to set wakeup time if there are no pending recordings.
+- Drop remote plugin examples from udev rules, they're in vdr-remote now.
 
 * Tue Oct 28 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-7
 - Fix setting wakeup time via /proc/acpi/alarm when hardware clock is UTC.


Index: vdr-udev.rules
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/vdr-udev.rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-udev.rules	2 Jan 2007 20:53:18 -0000	1.2
+++ vdr-udev.rules	22 Nov 2008 20:20:43 -0000	1.3
@@ -1,4 +1,6 @@
-# VDR friendly udev rules for DVB and other devices
+# VDR friendly udev rules for DVB and other devices.
+
+# See also *-vdr-remote.rules if using the remote plugin.
 
 # See also /etc/security/console.perms.d/*-vdr.perms and
 # https://bugzilla.redhat.com/202132
@@ -8,17 +10,3 @@
 
 # Remote controller, serial port 1 (eg. vdr --rcu=/dev/ttyS0):
 #KERNEL=="ttyS0", GROUP="VDR_GROUP", MODE="0660"
-
-# Remote controller, /dev/input/event2 (using the remote plugin).  Change
-# event2 to event-remote if you're using the predictable naming rule below.
-#KERNEL=="event2", GROUP="VDR_GROUP", MODE="0660"
-
-# Example rule for predictable event device name (/dev/input/event-remote).
-# Adjust the sysfs name according to your setup, see
-# /sys/class/input/input*/name.  Examples:
-
-# Hauppauge Nexus-S, some other Hauppauge/Technotrend cards:
-#SUBSYSTEM=="input", SYSFS{../name}=="DVB on-card IR receiver", SYMLINK+="input/event-remote"
-
-# Some Hauppauge Nova-T cards:
-#SUBSYSTEM=="input", SYSFS{../name}=="cx88 IR (Hauppauge Nova-T DVB-T", SYMLINK+="input/event-remote"




More information about the scm-commits mailing list