xref: /openbsd/share/man/man4/ietp.4 (revision 5dea098c)
1.\"	$OpenBSD: ietp.4,v 1.2 2023/07/09 01:12:04 jsg Exp $
2.\"
3.\" Copyright (c) 2016 joshua stein <jcs@openbsd.org>
4.\" Copyright (c) 2023 vladimir serbinenko <phcoder@gmail.com>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.
9.\"
10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
18.Dd $Mdocdate: July 9 2023 $
19.Dt IETP 4
20.Os
21.Sh NAME
22.Nm ietp
23.Nd Elantech touchpad
24.Sh SYNOPSIS
25.Cd "ietp* at iic?"
26.Cd "wsmouse* at ietp? mux 0"
27.Sh DESCRIPTION
28The
29.Nm
30driver provides support for Elantech touchpad
31devices connected over Inter-Integrated Circuit (I2C) buses.
32Access to these devices is through the
33.Xr wscons 4
34driver.
35.Sh SEE ALSO
36.Xr iic 4 ,
37.Xr wsmouse 4
38.Sh HISTORY
39The
40.Nm
41device driver first appeared in
42.Ox 7.4 .
43.Sh AUTHORS
44The
45.Nm
46driver was written by
47.An Vladimir Serbinenko Aq Mt phcoder@gmail.com .
48