"Reader's implementation of keyboard handling is in ebook.so, you could try disassembling that."
sigh.
ok, so I guess i'll have to find out the key codes just by pressing buttons. i guess it won't be _that hard (easier than reading ARM disassembly!). do you know if i can open a text console and simply do printf? or do i have to interface through the framebuffer?
but the polling... the damn polling...