man.bsd.lv manual page server

Manual Page Search Parameters

KBDMUX(4) Device Drivers Manual KBDMUX(4)

kbdmuxkeyboard multiplexer

To compile this driver into the kernel, place the following line in your kernel configuration file:

device kbdmux

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

kbdmux_load="YES"

The kbdmux keyboard driver provides support for basic keyboard multiplexing. It is built around the idea of a “super keyboard”. The kbdmux driver acts as a master keyboard consuming input from all slave keyboards attached to it.

Slave keyboards can be attached to or detached from the kbdmux keyboard driver with the kbdcontrol(1) utility.

kbdcontrol(1), atkbd(4), syscons(4), ukbd(4)

The kbdmux keyboard driver switches all slave keyboards into K_RAW mode. Thus all slave keyboards attached to the kbdmux keyboard share the same state. The kbdmux keyboard is logically equivalent to one keyboard with lots of duplicated keys.

The kbdmux module was implemented in FreeBSD 6.0.

It was imported into DragonFly 2.3.

Maksim Yevmenkin <m_evmenkin@yahoo.com>

September 12, 2009 DragonFly-5.6.1