Comment 12 for bug 663651

Revision history for this message
Bob Wiegand (bob-stuffofmine) wrote :

David,

There are actually two different issues.

First was that the /etc/init.d/lirc file had both rc5sz and lirc enabled and both were reporting the Streamzap remote keys.
However, even after this file is fixed to add rc5sz (this is the correct spelling, rc5-sz and rc-5-sz are wrong) to the disable list, it doesn't get disabled.

This second error is in the ir-sysfs.c file which is part of the kernel code. This is the code that reads and processes the /etc/init.d/lirc file. This code has a bug which causes it to not correctly process the "rc3sz" entry. This can be fixed by reversing the checks for rc5 and rc5sz.