Hello, we are running a Kaffe(jdk1.1.8) virtual machine on an Intrinsyc board. A menu application is supposed to be controlled a 3x6 key matrix. The matrix is formed by GPIO pins of the UCB1300 codec. Interrupts are not possible due to component choice. We tried using a separate thread for scanning the keys in C, but using multiple threads in Java is way too slow too have an effective keyscan. We are now thinking of converting a standard linux keyboard driver to react on our matrix scan. Has anyone ever done this? Any other suggestions? May we use the Input API ?
Regards, Geert & Nicolas _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
