Thomas Gereke wrote: > > I'm using debian sid 2.6.7 kernel with dvb utils installed. My card is a Nova-t > with ir port. > > When trying to run the rc I used evtest and recognized that some key names were > wrong. I took the linux/input.h from 2.6.7 and reordered the key list in > evtest.c according to the KEY_* defines. A few keys have also been added. > > I also ordered the strings to fit 8 names per line and added comments after each > 16 keys, so it will be much simpler to add or examine key names. > > The patch to input_fake.h might be wrong - some defines were different to the > new > linux/input.h - perhaps things have been changed and the old defines are fine to > old kernels. > > The patch works for me: e.g. instead of "?" it outputs now "FastForward".
I've comitted it to CVS anyway. If input_fake.h needs work someone can send an incremental patch. Thanks, Johannes
