Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-19 | Do not bother initializing the rfact member of `struct sensor'; it is on its | Mark Kettenis | |
way out anyway. | |||
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 | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2005-08-28 | wake aps up on resume from suspend/standby; ok deraadt@ | Damien Miller | |
tested by jsg@ naddy@ and some helpful souls on tech@ | |||
2005-08-06 | Improved X40 kludge, tested by djm@. | Jonathan Gray | |
Any X40 users still having problems after this mail me. | |||
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 | |
tested by jolan@ | |||
2005-08-05 | Start of a driver for the "Active Protection System" accelerometer | Jonathan 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@ |