cvs commit: src/sys/dev/vkbd vkbd.c vkbd_var.h
src/sys/modules/vkbd Makefile
M. Warner Losh
imp at bsdimp.com
Tue Nov 16 18:42:09 GMT 2004
In message: <20041116183549.GB11906 at odin.ac.hmc.edu>
Brooks Davis <brooks at one-eyed-alien.net> writes:
: I'm primairly intrested in solving the problem of machines with a AT
: keyboard controller (which currently attached non-existant keyboards to
: allow hot-pluging) and a USB keyboard. The second case I'm intrested
: in is a LOM card. In one case I've seen one present the keyboard as a
: USB keyboard which means you need to support two USB keyboards.
I think emax's vkbd isn't the same as the 'many to one' keyboard mux
driver that's been talked about to solve #1 of your two desires. It
is designed to allow other sources of key events that come from
outside the kernel. I don't think he's implementing the moral
equivalent of moused.
Warner
More information about the cvs-src
mailing list