Peter, thank you very much for your reply.
Unfortunately, that path/file does not seem to exist for me.
I have:
root@linaro-ubuntu-desktop:/# find -name "*keypad*"
./etc/brltty/brl-ht-keypad.kti
./etc/brltty/kbd-keypad.ktb
./unit_tests/autorun-keypad.sh
./usr/share/X11/xkb/symbols/keypad
./usr/share/X11/xkb/compat/keypad
./sys/bus/platform/drivers/imx-keypad
The data is definitely getting there, as I can obtain meaningful output from hexdump/xxd/evtest.
As a fallback I can always pipe the data through one of these and parse out the relevant keycodes/ascii character, but a working driver sure would be a whole lot more convenient.
Thoughts?