commit | 8037d6e67709cf497134bbabd77b07dfc7c31fd6 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Tue Apr 07 15:37:32 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Tue Apr 07 16:26:58 2009 -0400 |
tree | c0fd82ab4c28adf57237c1fec348f36c3b35bd38 | |
parent | cddd1f71d972a43c88f0ef91e1b71023539cd6e0 [diff] |
sony-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. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> CC: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>