Hi,

I'm working on embedded project, in my device there is a physical keyboard. And i am using qt-4.7.3 and ARM based iMX-25 processor board(from freescale) in this project.

I have followed these steps to make it works :

1. configured Qt with -qt-kbd-linuxinput option and rebuild
2. keyboard device on my board is /dev/input/keyboard0
I have checked it by cat /dev/input/keyboard0 | hexdump ,keys on board is responding.
3. i have done "export QWS_KEYBOARD=LinuxInput:/dev/input/keyboard0" on my board before running the QWSServer.

But when i am executing my application on board, keys on board is not responding means i am not able to access keys on board.

Can you tel me anybody ........ what is the problem ? if i am doing something wrong ... then what's the correct way to do it. please explain me.

Thanks in advance
Sanjeet