- page PDA fbvncserver Project
- [85%] use uinput to replace keyboard Kernel module
- [85%] support for different keymaps
- [00%] create/use human readable config file
- [85%] use GNU build system
- [40%] create open embedded .bb
- [00%] copy/paste support
- [00%] text chat
- Global dev_uinput_init_kbd
- check what values I have to use for uinput id.vendor, id.product, id.version
- Global dev_uinput_init_mouse
- check what values I have to use for uinput id.vendor, id.product, id.version
- Global emit_scancode
- findout if the right term is scancode, or keycode - for the thing we send here :-)
- Global emit_touchscreen_sequence
- implement cut and paste handler
- Global emit_touchscreen_sequence
- At the moment the tssimd device node location is hardcoded - this should be changed.
- Global main
- use info from "/proc/cpuinfo" to detect device type
- Global print_usage
- give the cmd parameter precedence over the coded value ...