1. 16 Feb, 2008 2 commits
    • Carlos Corbacho's avatar
      acer-wmi: Add DMI match for mail LED on Acer TravelMate 4200 series · 262ee35b
      Carlos Corbacho authored
      The TM4200 series use the same method as the TM2490 series to control the
      mail LED, so add a DMI based quirk for these laptops.
      Signed-off-by: default avatarCarlos Corbacho <carlos@strangeworlds.co.uk>
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      262ee35b
    • Harvey Harrison's avatar
      ACPI: sparse fix, replace macro with static function · 4fd7f518
      Harvey Harrison authored
      replace acpi_util_eval_error macro with static function.
      
      Avoid these sparse warnings due to using buffer within the macro.
      drivers/acpi/utils.c:273:3: warning: symbol 'buffer' shadows an earlier one
      drivers/acpi/utils.c:259:21: originally declared here
      drivers/acpi/utils.c:279:3: warning: symbol 'buffer' shadows an earlier one
      drivers/acpi/utils.c:259:21: originally declared here
      drivers/acpi/utils.c:368:3: warning: symbol 'buffer' shadows an earlier one
      drivers/acpi/utils.c:348:21: originally declared here
      drivers/acpi/utils.c:375:3: warning: symbol 'buffer' shadows an earlier one
      drivers/acpi/utils.c:348:21: originally declared here
      drivers/acpi/utils.c:382:3: warning: symbol 'buffer' shadows an earlier one
      drivers/acpi/utils.c:348:21: originally declared here
      drivers/acpi/utils.c:402:4: warning: symbol 'buffer' shadows an earlier one
      drivers/acpi/utils.c:348:21: originally declared here
      Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      4fd7f518
  2. 15 Feb, 2008 38 commits