Hi,

Compiler : QT-Embedded

I am trying to use USB - PC101 Std Keyboard. I did the following to add as a plugin.

Go to: src/plugins/kbddrivers/usb
compile using qmake
qmake usb.pro
make
make install

The above procedures will install the required library to /usr/local/Qt-arm/

Exported by using environment variable : export QWS_KEYBOARD=/dev/input/event2

if i connect usb keyboard and press any key its not working.

By using linux command : Cat /dev/input/event2 | hexdump

I can able to receive key codes for the keys pressed. Please help to solve this problem.