1.\" $NetBSD: hil.4,v 1.2 2014/02/24 07:23:40 skrll Exp $ 2.\" $OpenBSD: hil.4,v 1.10 2007/05/31 19:19:50 jmc Exp $ 3.\" 4.\" Copyright (c) 2003 Miodrag Vallat. 5.\" All rights reserved. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions 9.\" are met: 10.\" 1. Redistribution of source code must retain the above copyright 11.\" notice, this list of conditions and the following disclaimer. 12.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" notice, this list of conditions and the following disclaimer in the 14.\" documentation and/or other materials provided with the distribution. 15.\" 16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" 27.\" 28.Dd February 9, 2011 29.Dt HIL 4 30.Os 31.Sh NAME 32.Nm hil 33.Nd introduction to HP-HIL support 34.Sh SYNOPSIS 35.Ss hp300 36.Cd "hil* at intio?" 37.\".Ss hppa 38.\".Cd "hil* at gsc? irq 1" 39.Pp 40.Cd "hilkbd* at hil?" 41.Cd "hilms* at hil?" 42.Cd "hilid* at hil?" 43.Sh DESCRIPTION 44The 45.Nm 46interface provides access to the 47.Dq Human Interface Loop 48controller found on many 49.Tn HP 50workstations. 51.Pp 52It provides generic HIL management and interfaces for child devices, 53such as keyboards, button boxes, mice, graphics tablet, and ID modules. 54.\".Pp 55.\"hil devices: 56.\"HP 45911A HP-HIL Graphics Tablet 57.\"HP 46020A HP-HIL Keyboard 58.\"HP 46021A HP-HIL Keyboard 59.\"HP 46060A HP-HIL Mouse 60.\"HP 46060B HP-HIL 3-Button Mouse 61.\"HP 46083A HP-HIL Knob 62.\"HP 46085A HP-HIL Control Dial Module 63.\"HP 46086A HP-HIL 32-Button Box 64.\"HP 46087A HP-HIL A-Size Digitizer 65.\"HP 46088A HP-HIL B-Size Digitizer 66.\"HP 46089A HP-HIL 4-Button Cursor for the HP 46087/88A Tablets 67.\"HP 46094A HP-HIL Quadrature Box 68.\"HP 46095A HP-HIL Quadrature 3-Button Mouse 69.\"HP 80409A HP-HIL 3-Button Track Ball 70.Pp 71.Nx 72provides support for the following devices: 73.Pp 74.Bl -tag -width "hilkbd(4)XX" -offset 3n -compact 75.It Xr hilid 4 76HIL ID module device 77.It Xr hilkbd 4 78HIL keyboard device 79.It Xr hilms 4 80HIL mouse and graphics tablet device 81.El 82.Sh SEE ALSO 83.\".Xr gsc 4 , 84.Xr intro 4 85