summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/aps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hit this code with a big hammer. It now works on the X201/T510 seriesderaadt2011-04-041-35/+25
* remove debug codederaadt2011-01-051-4/+2
* Support machdep.lidsuspend support in apm(4) land, at least on thinkpadsderaadt2011-01-041-1/+22
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-10/+1
* Mutilate the powerhook function into an activate function, then createderaadt2010-08-271-21/+31
* make sure the array of chars we pass aps_do_io() in aps_match() isjsg2009-05-241-2/+2
* Switch aps(4) to use timeout_add_msec() instead of timeout_add() with amk2009-04-211-4/+4
* Access the embedded controller according to the documentation referencedcanacar2008-06-271-123/+220
* More timeout(9) usage cleaned up.mk2008-05-221-3/+2
* the thinkpad 60 models are in "state" 5.tedu2007-05-191-3/+3
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-3/+3
* Don't pollute userspace with uneeded headers.jsg2007-01-051-11/+68
* Remove unknown sensor that seems to always be fixed at 7jsg2007-01-051-7/+1
* Switch to indicator type for sensors with boolean values.jsg2007-01-051-5/+4
* Change slightly to not need one of the softc members.jsg2007-01-051-4/+2
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-8/+5
* Do not bother initializing the rfact member of `struct sensor'; it is on itskettenis2006-06-191-9/+1
* unify temperature sensor names much morederaadt2006-04-101-6/+6
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-2/+2
* wake aps up on resume from suspend/standby; ok deraadt@djm2005-08-281-30/+73
* Improved X40 kludge, tested by djm@.jsg2005-08-061-1/+2
* Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.jsg2005-08-051-2/+2
* X40 has to be prodded a bit more to work.jsg2005-08-051-1/+6
* Start of a driver for the "Active Protection System" accelerometerjsg2005-08-051-0/+329