2007-09-12 02:27:04 +04:00
|
|
|
.\" $NetBSD: aps.4,v 1.2 2007/09/11 22:27:04 wiz Exp $
|
2007-09-12 01:46:52 +04:00
|
|
|
.\" $OpenBSD: aps.4,v 1.7 2007/05/31 19:19:49 jmc Exp $
|
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2005 Jonathan Gray <jsg@openbsd.org>
|
|
|
|
.\"
|
|
|
|
.\" Permission to use, copy, modify, and distribute this software for any
|
|
|
|
.\" purpose with or without fee is hereby granted, provided that the above
|
|
|
|
.\" copyright notice and this permission notice appear in all copies.
|
|
|
|
.\"
|
|
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
|
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
|
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
|
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
|
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
|
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
.\"
|
|
|
|
.Dd September 11, 2007
|
|
|
|
.Dt APS 4
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm aps
|
|
|
|
.Nd ThinkPad Active Protection System accelerometer
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd "aps0 at isa? port 0x1600"
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver provides support for several sensors found in some ThinkPad laptops.
|
|
|
|
.Pp
|
|
|
|
The sensors currently exposed via the
|
|
|
|
.Xr envsys 4
|
|
|
|
interface are:
|
|
|
|
.Bl -column "Sensor " "Units" "Typical" -offset indent
|
|
|
|
.It Sy "Sensor" Ta Sy "Units" Ta Sy "Typical Use"
|
|
|
|
.It Li "X_ACCEL" Ta "Integer" Ta "X Acceleration"
|
|
|
|
.It Li "Y_ACCEL" Ta "Integer" Ta "Y Acceleration"
|
|
|
|
.It Li "X_VAR" Ta "Integer" Ta "Weighted X Acceleration?"
|
|
|
|
.It Li "Y_VAR" Ta "Integer" Ta "Weighted Y Acceleration?"
|
|
|
|
.It Li "Temp1" Ta "uK" Ta "Unknown"
|
|
|
|
.It Li "Temp2" Ta "uK" Ta "Unknown"
|
|
|
|
.It Li "Keyboard Active" Ta "Boolean" Ta "Keyboard activity"
|
|
|
|
.It Li "Mouse Active" Ta "Boolean" Ta "Mouse activity"
|
|
|
|
.It Li "Lid Open" Ta "Boolean" Ta "Lid state"
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
2007-09-12 02:27:04 +04:00
|
|
|
.Xr envsys 4 ,
|
|
|
|
.Xr envstat 8
|
2007-09-12 01:46:52 +04:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver first appeared in
|
2007-09-12 02:27:04 +04:00
|
|
|
.Ox 3.8
|
2007-09-12 01:46:52 +04:00
|
|
|
and then was ported to
|
|
|
|
.Nx
|
|
|
|
5.0.
|
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver was written by
|
|
|
|
.An Jonathan Gray Aq jsg@openbsd.org .
|
|
|
|
.Sh CAVEATS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver does not yet maintain state and subsequently does not take
|
|
|
|
evasive action when it thinks the hard drive is in danger.
|
|
|
|
.Pp
|
|
|
|
The Y axis on X40 and possibly other models seems to be inverted.
|
|
|
|
It is unknown how to distinguish between different versions of the
|
|
|
|
accelerometer to compensate for this in the driver at this time.
|
|
|
|
.Pp
|
|
|
|
As IBM provides no documentation, it is not known what all the available
|
|
|
|
sensors are used for.
|