History log of /netbsd-src/sys/dev/ic/matrixkp_subr.c (Results 1 – 7 of 7)
Revision Date Author Comments
# a2a38285 19-Oct-2007 ad <ad@NetBSD.org>

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h


# 88ab7da9 09-Jul-2007 ad <ad@NetBSD.org>

Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# dac64af0 12-Dec-2005 christos <christos@NetBSD.org>

more proc -> lwp


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# ccd1cf10 31-Jan-2005 joff <joff@NetBSD.org>

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 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.

show more ...