@7hir7een: In the meantime, I guess I can ask you a few more things to try...
Does
Code:
hexdump /dev/input/by-path/platform-gpiokey.0-event
work [it'll 'hang' until you tap some keys if it does] (if it doesn't, is there something remotely looking like it might point to the physical keys in /dev/input/by-path/? [i.e., send me a
ls -lash /dev/input/by-path/ & a
cat /proc/bus/input/devices 
]).
If it works, tap a few times on each physical buttons and send me the output (again, in a specific order so I can figure out which is which ^^).
----
And the final thing: does it still rotate automatically based on its physical orientation?
If yes, does
Code:
lipc-get-prop -s com.lab126.winmgr accelerometer
yield something?
And if it does, what about
Code:
cat /proc/bus/input/devices | grep -e 'Handlers\\|EV=' | grep -B1 'EV=d'| grep -o 'event[0-9]'
?
With that answered, I should be able to match the KOA1 feature-set

.