Bugzilla – Bug 114656
udev lirc rule broken
Last modified: 2005-09-01 15:43:37 UTC
The udev rule for lirc doesn't work, it should be this way: KERNEL=="event*", PROGRAM=="/sbin/udev.get_input_lirc.sh %k", RESULT=="*IR*", SYMLINK+="input/ir" Would it make sense to have that in a separate rules file and put it into the lirc package instead of the udev package? The program is called for every event device but the link is only used by (our) lirc.
Created attachment 48423 [details] udev.get_input_lirc.sh patch patch for udev.get_input_lirc.sh to only do something if lirc is actually configured to use an input device
Sure, makes sense to get that into the lirc package. Care to add it, or should I correct it in the udev package?
Ok, I'll add 51-lirc.rules and udev.get_input_lirc.sh it to the lirc package then.
lirc package submitted, you can remove the input/ir line from udev.
Done. Thanks!