kbdmux.4 revision 148269
$Id: kbdmux.4,v 1.1 2005/07/14 20:32:10 max Exp $
$FreeBSD: head/share/man/man4/kbdmux.4 148269 2005-07-21 22:47:34Z markus $

.Dd July 12, 2005 .Os .Dt kbdmux 4 .Sh NAME .Nm kbdmux .Nd keyboard multiplexer .Sh SYNOPSIS .Cd device kbdmux .Sh DESCRIPTION The .Nm keyboard driver provides support for basic keyboard multiplexing. It is built around the idea of a .Dq super keyboard . .Nm acts as a master keyboard consuming input from all slave keyboards attached to it.

p Slave keyboards can be attached to or detached from the .Nm keyboard driver with the .Xr kbdcontrol 1 utility. .Sh SEE ALSO .Xr kbdcontrol 1 , .Xr atkbd 4 , .Xr pcvt 4 , .Xr syscons 4 , .Xr ukbd 4 .Sh CAVEATS The .Nm keyboard driver switches all slave keyboards into .Dv K_RAW mode. Thus all slave keyboards attached to the .Nm keyboard share the same state. The .Nm keyboard is logically equivalent to one keyboard with lots of duplicated keys. .Sh HISTORY The .Nm module was implemented in .Fx 6.0 . .Sh AUTHORS .An Maksim Yevmenkin Aq m_evmenkin@yahoo.com