summaryrefslogtreecommitdiff
path: root/sys/dev/isa/aps.c
AgeCommit message (Collapse)Author
2006-06-19Do not bother initializing the rfact member of `struct sensor'; it is on itsMark Kettenis
way out anyway.
2006-04-10unify temperature sensor names much moreTheo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@
2005-08-28wake aps up on resume from suspend/standby; ok deraadt@Damien Miller
tested by jsg@ naddy@ and some helpful souls on tech@
2005-08-06Improved X40 kludge, tested by djm@.Jonathan Gray
Any X40 users still having problems after this mail me.
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
tested by jolan@
2005-08-05Start of a driver for the "Active Protection System" accelerometerJonathan Gray
found in recentish ThinkPads. Sensors are reported via hw.sensors in sysctl but sensor numbers and presence is likely to change. Units and use of all of the sensors is not yet known as IBM has not released any documentation. Driver is based on information reverse engineered from the windows driver by Anurag Sharma and Mark Smith. "commit the code" deraadt@