freebsd-dev/usr.sbin/kbdcontrol
Maksim Yevmenkin 4673ea01e3 kbdmux(4) keyboard multiplexer integration
o Slightly change KBADDKBD and KBRELKBD ioctl() interface. Instead of passing
  keyboard index pass keyboard_info_t structure with populated 'kb_unit' and
  'kb_name' fields. Keyboard index is not very user-friendly and is not very
  easy to obtain. Keyboard driver name and unit, on the other hand, is much
  more user friendly and known almost all the time;

o Move definition of keyboard_info_t structure up;

o Teach kbdcontrol(1) how to attach/detach keyboards to/from the keyboard
  multiplexor;

o Update kbdcontrol(1) man page and document new functionality.

To attach/detach keyboard to/from keyboard multiplexor one needs to use
keyboard device name (i.e. ukbd0).

MFC after:	1 week
2005-07-14 22:43:20 +00:00
..
kbdcontrol.1 kbdmux(4) keyboard multiplexer integration 2005-07-14 22:43:20 +00:00
kbdcontrol.c kbdmux(4) keyboard multiplexer integration 2005-07-14 22:43:20 +00:00
kbdmap.5 mdoc(7) janitor: 2004-08-21 12:58:09 +00:00
lex.h de-__P() 2002-07-11 21:13:37 +00:00
lex.l WARNS?=4 cleanup. 2002-07-11 21:12:18 +00:00
Makefile style.Makefile(5) 2003-04-04 17:49:21 +00:00
path.h