Mapping between the keyboarddriver and Qtopia
My problem is that the mapping/parsing between the keyboarddriver and Qtopia does not work properly?
When a button is pressed a keyevent is generatedfrom the keyboard driver. The keyboard driver reads data from the device(USB:/dev/keyb) and I have checked that each keypress generates a unique id by the device through dmesg.
When a keypress is received in a qt prgm there are a few keys that ends up with the same id?
Why is this so?...and how do I solve this?