Hi,

I have written a custom keypad plugin usine qt embedded. I print the keycodes in the plugin with the use of printf statements.
I wrote a test application to test the plugin.
After the application starts, the keycodes are printed randomly even without me pressing any buttons and after some time i get this message
QMutex: Deadlock detected in thread

Any help on the above please?

Thanks.