I demand that Marko Mäkelä may or may not have written...
On Tue, Apr 18, 2006 at 07:15:15PM +0300, Marko Mäkelä wrote:
On Fri, Apr 14, 2006 at 01:31:47PM +0200, Klaus Schmidinger wrote:
I just tested with my RCU here and everything worked fine. Maybe it's a problem with the <linux/input.h> driver or the vdr-softdevice plugin?
It turned out that something falsely sets the k_Repeat flag most of the time. It's most probably the patches to the cx88-input.c, by Darren Salt and me. I'll investigate later.
Also the vanilla cx88-input.c in linux-2.6.16.9 is buggy and sets the repeat flag when it shouldn't (when a button is pressed in rapid succession). I'll try to come up with a working kernel patch later.
In the Hauppauge section of the switch block in cx88_ir_irq, watch for the state of bit 11 of ircode being changed between successive reads. I'll stick something in my patchset...