On May 3, 2011, at 4:21 PM, Heiko Baums wrote: > Am Tue, 3 May 2011 13:16:57 -0400 > schrieb Jarod Wilson <jarod@xxxxxxxxxxxx>: > >> A quick look at the code suggests the 800i should indeed behave >> more or less the same, barring any hardware-specific implementation >> differences. Sure, might as well send one my way and I'll see what >> I can see. > > This RC indeed has the same issue. > > See this forums posting: > https://bbs.archlinux.org/viewtopic.php?pid=924385#p924385 > And this bug report: > https://bugs.archlinux.org/task/23894 So... I have the card finally up and running in a test rig, but I don't yet have the necessary IR receiver cable. A glance at cx88-input.c and the default key table for the 800i gives some clues as to what is wrong though -- this is another case where the cx88 driver was only passing along the last byte of the remote's scancode, after the raw IR was decoded in cx88's private decoder. Now, we should be delivering the raw IR to the generic in-kernel IR decoders, which are then going to be passing along full scancodes for lookup table matching. If someone with the 800i (and/or the Terratec card) can load rc-core with debug=2, and provide dmesg output after punching a few buttons, it might be possible to get this squared away even before I have the necessary receiver cable. :) -- Jarod Wilson jarod@xxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html