git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a37898
)
ACPICA: New GPE handler callback definition
author
Lin Ming
<ming.m.lin@intel.com>
Mon, 13 Dec 2010 05:38:46 +0000
(13:38 +0800)
committer
Len Brown
<len.brown@intel.com>
Wed, 12 Jan 2011 09:24:41 +0000
(
04:24
-0500)
The new GPE handler callback has 2 additional parameters, gpe_device and
gpe_number.
typedef
u32 (*acpi_gpe_handler) (acpi_handle gpe_device, u32 gpe_number, void *context);
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found