HILKBD(4) - Device Drivers Manual # HILKBD(4) - Device Drivers Manual
NAME # hilkbd - HIL keyboard device
SYNOPSIS # hilkbd* at hil? wskbd* at hilkbd? option HILKBD_LAYOUT=XXX
DESCRIPTION # This driver supports HIL keyboards within the wscons(4) framework. It doesn’t provide direct device driver entry points, but makes its functions available through the internal wskbd(4) interface.
The hilkbd driver supports a number of different key mappings. By default, the layout corresponding to the keyboard model as probed by the hilkbd driver will be used.
...
Pckbd,
Comkbd,
Intro,
Zskbd,
Hilkbd,
Wsmux,
Wsconsctl,
Ukbd,
Akbd,
Wscons,
Wskbd WSKBD(4) - Device Drivers Manual # WSKBD(4) - Device Drivers Manual
NAME # wskbd - generic keyboard support in wscons
SYNOPSIS # wskbd* at …
DESCRIPTION # The wskbd driver handles common tasks for keyboards within the wscons(4) framework. It is attached to the hardware specific keyboard drivers and provides their connection to “wsdisplay” devices and a character device interface.
The common keyboard support consists of:
Mapping from keycodes (defined by the specific keyboard driver) to keysyms (hardware independent, defined in /usr/include/dev/wscons/wsksymdef.
...