| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-09-17 | ACPI: make ACPI button funcs no-ops if not built in | Jesse Barnes | 1 | -0/+15 | |
| Yakui pointed out that we don't properly no-op the ACPI button routines if the button driver isn't built in. This will cause problems if ACPI is disabled, so provide stub functions in that case. Reported-by: ykzhao <[email protected]> Signed-off-by: Jesse Barnes <[email protected]> | |||||
| 2009-09-10 | ACPI button: provide lid status functions | Jesse Barnes | 1 | -0/+10 | |
| Some drivers need to know when a lid event occurs and get the current status. This can be useful for when a platform firmware clobbers some hardware state at lid time, and a driver needs to restore things when the lid is opened again. Acked-by: Matthew Garrett <[email protected]> Signed-off-by: Jesse Barnes <[email protected]> Signed-off-by: Eric Anholt <[email protected]> | |||||