HIL(4) - Device Drivers Manual # HIL(4) - Device Drivers Manual
NAME # hil - introduction to HP-HIL support
SYNOPSIS # **hil* at gsc? irq 1 ** (hppa)
hilkbd* at hil? hilms* at hil? hilid* at hil?
DESCRIPTION # The hil interface provides access to the “Human Interface Loop” controller found on many HP workstations.
It provides generic HIL management and interfaces for child devices, such as keyboards, button boxes, mice, graphics tablet, and ID modules.
...
HILID(4) - Device Drivers Manual # HILID(4) - Device Drivers Manual
NAME # hilid - HIL ID module device
SYNOPSIS # hilid* at hil?
DESCRIPTION # This driver recognizes the HIL “ID module” device. The only purpose of this device is to provide a small, unique, bitstring.
SEE ALSO # hil(4), intro(4)
BUGS # There is currently no way to communicate the ID module bitstring to userland applications.
OpenBSD 7.
...
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.
...
HILMS(4) - Device Drivers Manual # HILMS(4) - Device Drivers Manual
NAME # hilms - HIL mouse and graphics tablet device
SYNOPSIS # hilms* at hil? wsmouse* at hilms? mux 0
DESCRIPTION # This driver supports HIL mice and graphics tablet within the wscons(4) framework. It doesn’t provide direct device driver entry points, but makes its functions available through the internal wsmouse(4) interface.
SEE ALSO # hil(4), intro(4), wsmouse(4)
...