rpms/vdr/devel vdr.spec,1.3,1.4 vdr-udev.rules,1.1,1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Jan 2 20:53:48 UTC 2007


Author: scop

Update of /cvs/extras/rpms/vdr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11439

Modified Files:
	vdr.spec vdr-udev.rules 
Log Message:
WIP, no builds yet: improve remote control examples in udev rules snippet.


Index: vdr.spec
===================================================================
RCS file: /cvs/extras/rpms/vdr/devel/vdr.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr.spec	17 Dec 2006 20:55:06 -0000	1.3
+++ vdr.spec	2 Jan 2007 20:53:18 -0000	1.4
@@ -19,7 +19,7 @@
 
 Name:           vdr
 Version:        1.4.4
-Release:        1%{?dist}.1
+Release:        1%{?dist}.2
 Summary:        Video Disk Recorder
 
 Group:          Applications/Multimedia
@@ -430,12 +430,13 @@
 %endif
 
 %changelog
-* Sun Dec 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4.4-1.1
+* Tue Jan  2 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4.4-1.2
 - Upstream 1.4.4-2, Darren Salt's 1.4.4-1.ds.
 - Make it possible to disable installed plugins in plugin sysconfig snippet.
 - Add shutdown script, document ACPI wakeup usage in README.package.
 - Shut down earlier by default for better experience with the -s option.
 - Include INSTALL in docs, it contains useful post-install info.
+- Improve remote control examples in udev rules snippet.
 - Honor $TMPDIR when running with core dumps enabled.
 - Add read only root/temporary state config.
 - Add ttxtsubs to default plugin order list.


Index: vdr-udev.rules
===================================================================
RCS file: /cvs/extras/rpms/vdr/devel/vdr-udev.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-udev.rules	16 Oct 2006 18:50:35 -0000	1.1
+++ vdr-udev.rules	2 Jan 2007 20:53:18 -0000	1.2
@@ -9,10 +9,16 @@
 # 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):
+# 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;
-# reported to work with a Hauppauge Nexus-S, "name" needs to be adjusted to
-# match the device name for other remote controllers):
+# 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 fedora-extras-commits mailing list