Greetings,
I was wondering if anybody has come across the same problem that I.
while programing an user interface in Qt for the da830-omapl137 I need
to use the user interface push buttons as keyboard keys to generate events
that can be read from Qt.
I have tried with the gpio-keys interface but with no luck,
I also tried the pcf8574_keypad driver (which is out of main branch) with some modifications since it is ment for a matrix keypad but unfortunately
it does not work, I have manage to sense the push buttons from user space with
an example application posted in this forum :
http://e2e.ti.com/support/arm174_microprocessors/omap_applications_processors/f/42/p/29281/101800.aspx#101800
that uses the i2c driver but what really would solve the problem is a driver that can generate
keyboard events.