V0.1
	Initial version
	Released under GNU GPL
	(c) 2005 David J. Kessler <dkessler@kopsisengineering.com>
        Derived from kbdd developed by Nils Faerber, portions
        (c) 2004,2005 Nils Faerber <nils.faerber@kernelconcepts.de>
	Feature for reading a config file
	by Alberto Garcia Hierro <skyhusker@handhelds.org>

zkbdd - a Sharp Zaurus userspace daemon/driver for serial keyboard devices

Uses uinput.

Usage:

	modprobe uinput
	modprobe keybdev
	zkbdd -t <keyb-type>

Type on the keyboard and you should receive input in the focused window.

To disable auto-keyrepeat using X11 you can use the xset command
	xset r off


Usage:
./zkbdd [-d] [-h] [-c <config file>] -p <serial-port> -t <kbd type>
-d      enable debugging output
-h      print this help
-c <config file>
        Read port and type from config file
-p <serial-port>
        specify serial port device, default /dev/ttyS0
-t <kbd type>
        specify the serial keyboard type

Example:
        ./zkbdd -t pocketop


Example config file:

--------->
# This is the default config file for zkbdd
# Only lines starting with "port:" or  "type:" are parsed,
# the rest are ignored.

port: /dev/ttyS1
type: pocketop
<---------
