aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/asus_acpi.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2009-04-30 09:35:53 -0600
committerLen Brown <len.brown@intel.com>2009-06-18 00:13:15 -0400
commit586ed1604fd6137cae1e8ede8143c3b8897306fd (patch)
tree0a701eea65ecd372fa1d38cd4edb1b899fe36958 /drivers/platform/x86/asus_acpi.c
parentd94066910943837558d2a461c6766da981260bf0 (diff)
ACPI: asus-laptop: use .notify method instead of installing handler directly
This patch adds a .notify() method. The presence of .notify() causes Linux/ACPI to manage event handlers and notify handlers on our behalf, so we don't have to install and remove them ourselves. This driver apparently relies on seeing ALL notify events, not just device-specific ones (because it used ACPI_ALL_NOTIFY). We use the ACPI_DRIVER_ALL_NOTIFY_EVENTS driver flag to request all events. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> CC: Corentin Chary <corentincj@iksaif.net> CC: acpi4asus-user@lists.sourceforge.net Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/asus_acpi.c')
0 files changed, 0 insertions, 0 deletions