Hello all,
I am working on a project involving a very old keyboard (basically a matrix keypad). I have mapped all the keys using a Teensy 2.0 USB device and some sample code.
When connected to a PC running Windows, it works as expected. When connected to my Bohdi Linux laptop, it works as expected. But when plugged into my Pi, it goes nuts.
If I press a key three times in a row, sometimes it comes out only once - or it may act as if I am holding the key down and repeat until another key is pressed. If I plug in a standard USB keyboard along-side of it, I get normal keyboard functionality out of the standard keyboard.
Is there some strange incapability between the Pi and the Teensy? I am leaning toward a driver problem with whatever was supplied into this Wheezy build ... but it seems to use the same thing as by Bohdi Linux laptop and it runs fine there. Comparing the /var/log/message output between the two distro's reveal that they are using the same driver (for the Teensy itself anyway - not the USB bus).
I am using the "wheezy dev' build" available from this site.
Any clues or guidance is greatly appreciated.