1. 26 Feb, 2004 2 commits
    • Len Brown's avatar
      [ACPI] ACPICA 20040220 from Bob Moore · 7b3b0219
      Len Brown authored
      Implemented execution of _SxD methods for Device objects in the
      GetObjectInfo interface.
      
      Fixed calls to _SST method to pass the correct arguments.
      
      Added a call to _SST on wake to restore to "working" state.
      
      Check for End-Of-Buffer failure case in the WalkResources interface.
      
      Integrated fix for 64-bit alignment issue in acglobal.h by moving two
      structures to the beginning of the file.
      
      After wake, clear GPE status register(s) before enabling GPEs.
      
      After wake, clear/enable power button.
      (Perhaps we should clear/enable all fixed events upon wake.)
      
      Fixed a couple of possible memory leaks in the Namespace manager.
      7b3b0219
    • Len Brown's avatar
      [ACPI] include CONFIG_ACPI_RELAXED_AML code always · daa74787
      Len Brown authored
        add acpi=strict option to disable platform workarounds
      daa74787
  2. 13 Feb, 2004 2 commits
    • Len Brown's avatar
      [ACPI] ACPICA 20040211 udpate from Bob Moore · c86eccb1
      Len Brown authored
      Completed investigation and implementation of the
      call-by-reference mechanism for control method arguments.
      
      Fixed a problem where a store of an object into an indexed
      package could fail if the store occurs within a different
      method than the method that created the package.
      
      Fixed a problem where the ToDecimal operator could return
      incorrect results.
      
      Fixed a problem where the CopyObject operator could fail
      on some of the more obscure objects (e.g., Reference objects.)
      
      Improved the output of the Debug object to display buffer,
      package, and index objects.
      
      Fixed a problem where constructs of the form "RefOf (ArgX)"
      did not return the expected result.
      
      Added permanent ACPI_REPORT_ERROR macros for all instances of the
      ACPI_AML_INTERNAL exception.
      c86eccb1
    • Len Brown's avatar
      6981e211
  3. 06 Feb, 2004 1 commit
  4. 05 Feb, 2004 3 commits
    • Karol Kozimor's avatar
      [PATCH] acpi4asus update from Karol 'sziwan' Kozimor · 651f8c98
      Karol Kozimor authored
      The attached patch updates the acpi4asus driver to 0.27 through the
      following changes:
      - add support for M1300A, S5200N, L8400L,
      - remove WLED support for certain models, since it is not controlled by
        AML,
      - add LCD backlight switching for L2E / L3H,
      - C99 initializers,
      - generic LED handlers,
      - the output of ASYM method to provide battery state information (might be
        more accurate under certain conditions) in /proc/acpi/asus/info,
      - fix several oddities, various clean-ups and other minor changes.
      
      The patch itself is quite big, which is mostly due to the C99 initializers
      and the fact that diff doesn't like moving code around.
      
      This has been compile-tested in various configurations, the substantive
      changes were discussed on the acpi4asus mailing list.
      
      The code should apply to current bk (both for 2.4 and 2.6). The patch is
      also available here:
      http://hell.org.pl/~sziwan/asus/acpi4asus-0.26-0.27.diff
      
      Thanks to all the contributors (notably Pontus Fuchs) to this release.
      651f8c98
    • John Belmonte's avatar
      [PATCH] toshiba_acpi 0.17 from John Belmonte · ce0f1f11
      John Belmonte authored
      Fix remote chance of invalid buffer access in write_video.
      Support alternate HCI method path (recent "Phoenix BIOS" Toshiba's).
      Signal more proc-write errors.
      On proc-reads, report errors via printk instead of proc output.
      Add log level and driver name prefix to all printk's.
      Add missing __init and __exit function attributes.
      Be explicit about vars for which code relies on zero-init of BSS.
      ce0f1f11
    • Len Brown's avatar
      [ACPI] fix IA64 build warning · 39aa655b
      Len Brown authored
      from Martin Hicks
      39aa655b
  5. 30 Jan, 2004 7 commits
  6. 28 Jan, 2004 10 commits
  7. 27 Jan, 2004 2 commits
  8. 26 Jan, 2004 5 commits
  9. 23 Jan, 2004 1 commit
  10. 22 Jan, 2004 1 commit
  11. 17 Jan, 2004 1 commit
    • Len Brown's avatar
      [ACPI] ACPICA 20040116 from Bob Moore · 28abb66f
      Len Brown authored
      The purpose of this release is primarily to update the copyright years
      in each module, thus causing a huge number of diffs.  There are a few
      small functional changes, however.
      
      Improved error messages when there is a problem finding one or more of
      the required base ACPI tables
      
      Reintroduced the definition of APIC_HEADER in actbl.h
      
      Changed definition of MADT_ADDRESS_OVERRIDE to 64 bits (actbl.h)
      
      Removed extraneous reference to NewObj in dsmthdat.c
      28abb66f
  12. 15 Jan, 2004 2 commits
  13. 08 Jan, 2004 3 commits