1. 02 12月, 2008 1 次提交
    • T
      ata_piix: add borked Tecra M4 to broken suspend list · 1eedb4a9
      Tejun Heo 提交于
      Tecra M4 sometimes forget what it is and reports bogus data via DMI
      which makes the machine evade broken suspend matching and thus fail
      suspend/resume.  This patch updates piix_broken_suspend() such that it
      can match such case.  As the borked DMI data is a bit generic,
      matching many entries to make the match more specific is necessary.
      As the usual DMI matching is limited to four entries, this patch uses
      hard coded manual matching.
      
      This is reported by Alexandru Romanescu.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Alexandru Romanescu <a_romanescu@yahoo.co.uk>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      1eedb4a9
  2. 01 12月, 2008 39 次提交