I am working with a DM-816x EVM. I have been able to use the QWS_KEYBOARD export as follows to get keyboard input from my application:
export QWS_KEYBOARD="TTY LinuxInput:/dev/input/event0"
This allows the application to receive the key presses, but once I start the application from an SSH shell, it no longer will respond to keyboard input from that shell (e.g. Ctrl+C to kill it will not work).
Is there anything special I need to do to get it to respond to both a USB keyboard and the keyboard input from the SSH shell? It's something that I can work around, but it would be nice to be able to have both working.
Thanks.
-Rodney