1. 17 2月, 2007 1 次提交
  2. 03 2月, 2007 3 次提交
  3. 30 1月, 2007 1 次提交
  4. 29 1月, 2007 3 次提交
  5. 11 1月, 2007 1 次提交
  6. 21 12月, 2006 1 次提交
  7. 20 12月, 2006 1 次提交
  8. 07 12月, 2006 1 次提交
  9. 09 11月, 2006 1 次提交
    • D
      ACPI: button: register with input layer · c0968f0e
      Dmitry Torokhov 提交于
      In addition to signalling button/lid events through /proc/acpi/event,
      create separate input devices and report KEY_POWER, KEY_SLEEP and
      SW_LID through input layer.  Also remove unnecessary casts and variable
      initializations, clean up formatting.
      
      Sleep button may autorepeat but userspace will have to filter duplicate
      sleep requests anyway (and discard unprocessed events right after
      wakeup).
      
      Unlike /proc/acpi/event interface input device corresponding to LID
      switch reports true lid state instead of just a counter. SW_LID is
      active when lid is closed.
      
      The driver now depends on CONFIG_INPUT.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      c0968f0e
  10. 21 10月, 2006 3 次提交
  11. 04 10月, 2006 1 次提交
  12. 11 7月, 2006 1 次提交
  13. 10 7月, 2006 3 次提交
  14. 09 7月, 2006 1 次提交
  15. 02 7月, 2006 1 次提交
  16. 28 6月, 2006 2 次提交
  17. 23 6月, 2006 1 次提交
  18. 10 4月, 2006 1 次提交
  19. 02 4月, 2006 1 次提交
  20. 25 3月, 2006 1 次提交
  21. 24 3月, 2006 1 次提交
  22. 27 2月, 2006 2 次提交
    • A
      [PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64 · 2eb1bdba
      Andi Kleen 提交于
      ACPI is initialized very early on x86-64, before the DMI code is
      initialized.  This means it would often discover a 0 year and then turn
      off ACPI because it thought the BIOS was too old.  Some systems don't
      boot without ACPI so this was a problem.
      
      I have a full fix by adding new very early DMI detection, but it needs
      more testing before it can be merged.  For 2.6.16 let's just turn the
      check off.  It never made much sense anyways because there are no x86-64
      systems older than 2002 or so and they generally all have working ACPI.
      
      Cc: len.brown@intel.com
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      2eb1bdba
    • A
      [PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDED · e78256b8
      Andi Kleen 提交于
      This makes x86-64 use the common X86_PM_TIMER Kconfig entry in drivers/acpi
      
      And since PM timer is needed for correct timing on a lot of systems
      now (e.g. AMD dual cores) and we often get bug reports from people
      who forgot to set it make it depend on CONFIG_EMBEDDED. x86-64 had
      this change before and it's a good thing.
      
      I also fixed the description slightly to make this more clear.
      
      Cc: len.brown@intel.com
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      e78256b8
  23. 07 1月, 2006 1 次提交
  24. 21 12月, 2005 1 次提交
  25. 01 12月, 2005 1 次提交
  26. 10 9月, 2005 1 次提交
  27. 26 8月, 2005 4 次提交