1. 25 2月, 2013 1 次提交
  2. 27 3月, 2012 1 次提交
  3. 22 3月, 2012 1 次提交
    • S
      toshiba_acpi: Refuse to load on machines with buggy INFO implementations · f11f999e
      Seth Forshee 提交于
      Several Satellite models have a buggy implementation of the INFO method
      that causes ACPI exceptions when executed:
      
       ACPI Error: Result stack is empty! State=ffff88012d70f800 (20110413/dswstate-98)
       ACPI Exception: AE_AML_NO_RETURN_VALUE, Missing or null operand (20110413/dsutils-646)
       ACPI Exception: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20110413/dsutils-763)
       ACPI Error: Method parse/execution failed [\_SB_.VALZ.GETE] (Node ffff880131175eb0), AE_AML_NO_RETURN_VALUE (20110413/psparse-536)
       ACPI Error: Method parse/execution failed [\_SB_.VALZ.INFO] (Node ffff880131175ed8), AE_AML_NO_RETURN_VALUE (20110413/psparse-536)
       toshiba_acpi: ACPI INFO method execution failed
       toshiba_acpi: Failed to query hotkey event
      
      All known machines with this implementation also have a WMI interface
      with event GUID 59142400-C6A3-40FA-BADB-8A2652834100 which is not seen
      on any other models. Refuse to load toshiba_acpi on machines with this
      guid.
      Signed-off-by: NSeth Forshee <seth.forshee@canonical.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      f11f999e
  4. 21 3月, 2012 2 次提交
  5. 12 3月, 2012 2 次提交
  6. 06 3月, 2012 1 次提交
  7. 06 8月, 2011 1 次提交
  8. 28 5月, 2011 2 次提交
  9. 04 5月, 2011 1 次提交
  10. 28 3月, 2011 8 次提交
  11. 22 3月, 2011 1 次提交
  12. 08 1月, 2011 1 次提交
  13. 21 10月, 2010 5 次提交
    • V
      IBM Real-Time "SMI Free" mode driver -v7 · 35f0ce03
      Vernon Mauery 提交于
      After a period of RFC for this driver, I think it is ready
      for inclusion in the platform-driver-x86 tree, hopefully to
      be staged in the next merge window into Linus's tree.
      
      --Vernon
      
      ------------------------------------------------------------
      
      IBM Real-Time "SMI Free" mode driver
      
      This driver supports the Real-Time Linux (RTL) BIOS feature.
      The RTL feature allows non-fatal System Management Interrupts
      (SMIs) to be disabled on supported IBM platforms and is
      intended to be coupled with a user-space daemon to monitor
      the hardware in a way that can be prioritized and scheduled
      to better suit the requirements for the system.
      
      The Device is presented as a special "_RTL_" table to the OS
      in the Extended BIOS Data Area.  There is a simple protocol
      for entering and exiting the mode at runtime.  This driver
      creates a simple sysfs interface to allow a simple entry and
      exit from RTL mode in the UFI/BIOS.
      
      Since the driver is specific to IBM SystemX hardware (x86-
      based servers) it only builds on x86 builds.  To reduce the
      risk of loading on the wrong hardware, the module uses DMI
      information and checks a list of servers that are known to
      work.
      Signed-off-by: NVernon Mauery <vernux@us.ibm.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      35f0ce03
    • D
      Add OLPC XO-1 rfkill driver · 260586d2
      Daniel Drake 提交于
      Add a software rfkill switch for the WLAN interface in the OLPC XO-1
      laptop. It uses the OLPC embedded controller to cut/restore power to
      the Marvell WLAN chip on the motherboard.
      Signed-off-by: NDaniel Drake <dsd@laptop.org>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      260586d2
    • J
      Move hdaps driver to platform/x86 · bd9fc3a7
      Jean Delvare 提交于
      The hdaps driver isn't a hardware monitoring driver, so it shouldn't
      live under driver/hwmon. drivers/platform/x86 seems much more
      appropriate, as the driver is only useful on x86 laptops.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Guenter Roeck <guenter.roeck@ericsson.com>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Frank Seidel <frank@f-seidel.de>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      bd9fc3a7
    • M
      ideapad-laptop: Fix Makefile · 75b2d09a
      Matthew Garrett 提交于
      The makefile didn't get updated when the driver changed name, which broke
      the build.
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      75b2d09a
    • I
      ideapad: Change the driver name to ideapad-laptop · 57ac3b05
      Ike Panhc 提交于
      Since the platform drivers doing more for laptops than just using specific
      ACPI device. It will be good to change the name from *_acpi to *-laptop.
      
      Reference: http://lkml.org/lkml/2010/8/14/154Signed-off-by: NIke Panhc <ike.pan@canonical.com>
      Acked-by: NLen Brown <len.brown@intel.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      57ac3b05
  14. 11 8月, 2010 1 次提交
  15. 03 8月, 2010 3 次提交
  16. 18 5月, 2010 1 次提交
  17. 01 4月, 2010 1 次提交
  18. 24 12月, 2009 1 次提交
  19. 17 12月, 2009 2 次提交
  20. 19 9月, 2009 1 次提交
  21. 24 6月, 2009 1 次提交
  22. 04 4月, 2009 1 次提交
  23. 17 1月, 2009 1 次提交