Sky+ HD Remote
it needs the timing adjusting otherwise you get double clicks,this is achieved with
# ir-ctl -t 50000
the post below lists how to make it survive restarts
autostart.sh should work, but it' be better to create a udev rule for that. Copy /usr/lib/udev/rules.d/70-input-repeat.rules to /storage/.config/udev.rules.d, and then add this line at the end (all in a single line, after the LABEL="end" line):
CodeACTION=="add|change", KERNEL=="lirc*[0-9]", DRIVERS=="meson-ir", RUN+="/usr/bin/ir-ctl -d $devnode -t 50000"
so long,Hias