On Tue, 13 Feb 2007, Jouni wrote:
> Would it be the best solution for me to make a custom ir-keymaps.c?
That's what I did.. I didn't even bother looking at the actual keys, I
just made a keymap where every possible keycode produces some simple
printable output. :) It doesn't matter where the keys are mapped because
VDR remaps them anyway, the idea is just to get some output from every
key.
Like this:
IR_KEYTAB_TYPE ir_codes_raw[IR_KEYTAB_SIZE] = {
2,3,4,5,6,7,8,9,10,11,12,28,14,15,16,17,18,19,20,21,22,23,24,
25,30,31,32,33,34,35,36,37,38,44,45,46,47,48,49,50,59,60,61,62,
63,64,65,66,67,68,71,72,73,74,75,76,77,78,79,80,81,82,83,57
};
EXPORT_SYMBOL_GPL(ir_codes_raw);
It would be nice if the keys could be configured from user space..
--
Teemu Suikki
http://www.z-power.fi
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb