1. 11 Jun, 2010 1 commit
    • Rafael J. Wysocki's avatar
      ACPI / ACPICA: Do not attempt to disable GPE when installing handler · a997ab33
      Rafael J. Wysocki authored
      Commit 0f849d2c (ACPICA: Minimize
      the differences between linux GPE code and ACPICA code base)
      introduced a change attempting to disable a GPE before installing
      a handler for it in acpi_install_gpe_handler() which was incorrect.
      First, the GPE disabled by it is never enabled again (except during
      resume) which leads to battery insert/remove events not being
      reported on the Maxim Levitsky's machine.  Second, the disabled
      GPE is still reported as enabled by the sysfs interface that only
      checks its enable register's enable_for_run mask.
      
      Revert this change for now, because it causes more damage to happen
      than the bug it was supposed to fix.
      Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
      Reported-and-tested-by: default avatarMaxim Levitsky <maximlevitsky@gmail.com>
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      a997ab33
  2. 20 Apr, 2010 13 commits
  3. 19 Apr, 2010 24 commits
  4. 18 Apr, 2010 1 commit
  5. 17 Apr, 2010 1 commit