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