Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   joff
Date:           Mon Jan 31 06:03:40 UTC 2005

Added Files:
        src/sys/dev/ic: matrixkp_subr.c matrixkpvar.h

Log Message:
Matrix keypad wskbd(4) support.  Matrix keypads are cheap/rugged user input
devices found in many embedded systems.  They must be polled and
debounced in software.  Should be able to handle any size matrix keypad, but
only tested with a 4x4 (16-key) device attached to the TS-7200 ARM embedded
board via the DIO header.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/dev/ic/matrixkp_subr.c \
    src/sys/dev/ic/matrixkpvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index