]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ACPI button: provide lid status functions
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 10 Sep 2009 22:28:02 +0000 (15:28 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 10 Sep 2009 23:09:11 +0000 (16:09 -0700)
commit7e12715ecc47a8a59154afe2746e48998225bb69
tree308e53b58027772bd114585f57c4180eb89239a7
parentaf729a26ccc3ff9ad834a5e96f455aab20f176cd
ACPI button: provide lid status functions

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 <mjg59@srcf.ucam.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/acpi/button.c
include/acpi/button.h [new file with mode: 0644]