Re: N810 FN key X

2008-03-11 Thread Ville Syrjälä
On Tue, Mar 11, 2008 at 03:12:56PM +0200, Joni Valtanen wrote: I only readed xomap code. So I'm not 100% sure about this. But anyway - How it works with xomap: 1. read fn:s code from evdev (0x1d0) Does xomap even use evdev? At least 1.1.99.3 used the keyboard driver instead. I haven't

Re: N810 FN key X

2008-03-11 Thread Joni Valtanen
Yes. xomap uses evdev, I just tested. And I tested that cast thing also. __u16 y = 0x1234 unsigned char x = y, result: x=0x34 But anyway Tuomas has another point in his question: Why that ioctl doesn't work? - Joni On Tue, 11 Mar 2008, Ville Syrjälä wrote: On Tue, Mar 11, 2008 at

Re: N810 FN key X

2008-03-11 Thread Matthew Exon
Tuomas Kulve wrote: Matthew Exon wrote: I have a ThinkOutside stowaway bluetooth keyboard and several of the keys are dead, as far as I can tell because evdev ignores their keycodes. Unlike this case, however, the keycodes that get sent are under 255, so it sounds like I should be able to

Re: dead keys with ThinkOutside stowaway bluetooth keyboard (was N810 FN key X)

2008-03-11 Thread Tuomas Kulve
Matthew Exon wrote: Where does evtest come from? Originally, I don't know :) http://tuomas.kulve.fi/tmp/x/evtest.c -- Tuomas signature.asc Description: OpenPGP digital signature ___ maemo-developers mailing list maemo-developers@maemo.org

Re: dead keys with ThinkOutside stowaway bluetooth keyboard (was N810 FN key X)

2008-03-11 Thread Matthew Exon
Tuomas Kulve wrote: Matthew Exon wrote: Where does evtest come from? Originally, I don't know :) http://tuomas.kulve.fi/tmp/x/evtest.c So my problem exists in the kernel, not X. Call me perverse, but that actually makes it sound easier to solve :-) Thanks a lot, Mat