index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
aps.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-01-09
spelling
Jonathan Gray
2017-03-02
Add a new sysctl machdep.lidaction. The sysctl works as follows:
Martin Natano
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2011-04-04
Hit this code with a big hammer. It now works on the X201/T510 series
Theo de Raadt
2011-01-05
remove debug code
Theo de Raadt
2011-01-04
Support machdep.lidsuspend support in apm(4) land, at least on thinkpads
Theo de Raadt
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-08-27
Mutilate the powerhook function into an activate function, then create
Theo de Raadt
2009-05-24
make sure the array of chars we pass aps_do_io() in aps_match() is
Jonathan Gray
2009-04-21
Switch aps(4) to use timeout_add_msec() instead of timeout_add() with a
Michael Knudsen
2008-06-27
Access the embedded controller according to the documentation referenced
Can Erkin Acar
2008-05-22
More timeout(9) usage cleaned up.
Michael Knudsen
2007-05-19
the thinkpad 60 models are in "state" 5.
Ted Unangst
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-01-05
Don't pollute userspace with uneeded headers.
Jonathan Gray
2007-01-05
Remove unknown sensor that seems to always be fixed at 7
Jonathan Gray
2007-01-05
Switch to indicator type for sensors with boolean values.
Jonathan Gray
2007-01-05
Change slightly to not need one of the softc members.
Jonathan Gray
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-06-19
Do not bother initializing the rfact member of `struct sensor'; it is on its
Mark Kettenis
2006-04-10
unify temperature sensor names much more
Theo de Raadt
2006-01-19
Replace SENSOR_ADD() macro with a pair of functions
Alexander Yurchenko
2005-08-28
wake aps up on resume from suspend/standby; ok deraadt@
Damien Miller
2005-08-06
Improved X40 kludge, tested by djm@.
Jonathan Gray
2005-08-05
Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.
Jonathan Gray
2005-08-05
X40 has to be prodded a bit more to work.
Jonathan Gray
2005-08-05
Start of a driver for the "Active Protection System" accelerometer
Jonathan Gray