Hey there-
Zaurus: c860 running pdaxrom 1.1.0beta-1
Keyboard: micro-innovations universal wireless keyboard (design by Pocketop).
Installation:
ipkg install zkbdd (it was in the feed! woo!)
modprobe keybdev
modprobe uinput
Using the pocketop driver. Here are the few problems:
Problem #1: sticky keys
Problem #2: cannot type the ^ which is [punct][6]
In the test mode [punct][6] is registers and I remember reading in the thread about key mappings so I'm sure this is fixable.
Problem #3: After some time the keymapping goes a bit strange/nuts. Including both IR keyboard and clamshell keyboard. I think it is after a certain set of keystrokes and I'm guessing it is with one of the "special" keys (caps lock, shift, ctrl, punct, cmd, num, etc..) at which point I need to reboot the zaurus
Overall: The stickey keys are mostly a nuisance when typing in passwords. Rebooting is a bit of a nuisance too. But other than that works great. Thanks!
Also as far as starting and killing, i basically use these aliases in my .bashrc file and it works for me. Shouldn't be any implications of running the modprobes repeatedly should you be typing the "keyon" command repeatedly
alias keyon='modprobe keybdev; modprobe uinput; zkbdd -t pocketop &'
alias keyoff='killall zkbdd'
Thanks again