0d41607
# vdr-remote friendly udev rules
0d41607
4f9aed8
# Set group for things that look like event devices of remote controls, and
4f9aed8
# point the /dev/input/ir symlink to (some) one of them.  This may be enough
4f9aed8
# if a remote control matches, and there is only one of them.
4f9aed8
bb511d8
SUBSYSTEM=="input", ATTRS{name}=="*DVB*|*dvb*|*saa7146*|X10 Wireless Technology Inc USB Receiver", KERNEL!="mouse*", SYMLINK+="input/ir"
4f9aed8
4f9aed8
4f9aed8
# On the other hand, if there are multiple matching devices, /dev/input/ir may
4f9aed8
# not always end up pointing to the desired one, so here are some examples that
bb511d8
# add an additional /dev/input/event-remote symlink for a specific device.
bb511d8
# Combine with "-i /dev/input/event-remote" in PLUGIN_OPTIONS in
bb511d8
# /etc/sysconfig/vdr-plugins.d/remote.conf.
0d41607
0d41607
# On-card receivers on various Hauppauge/Technotrend DVB cards:
4f9aed8
#SUBSYSTEM=="input", ATTRS{name}=="DVB on-card IR receiver", SYMLINK+="input/event-remote"
0d41607
0d41607
# On-card receivers on some Hauppauge Nova-T DVB cards:
4f9aed8
#SUBSYSTEM=="input", ATTRS{name}=="cx88 IR (Hauppauge Nova-T DVB-T", SYMLINK+="input/event-remote"
0d41607
0d41607
# ATI remote wonder and friends:
4f9aed8
#SUBSYSTEM=="input", ATTRS{name}=="X10 Wireless Technology Inc USB Receiver", KERNEL!="mouse*", SYMLINK+="input/event-remote"