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