ahci: use BIOS date in broken_suspend list
commit5bc44b4059b09f5035c7dbbf13552de42ac73f6a
authorTejun Heo <tj@kernel.org>
Tue, 16 Mar 2010 00:50:26 +0000 (16 09:50 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 22:58:54 +0000 (1 15:58 -0700)
treecb77c09953c51e0d63d43de203cc1a7259012463
parent17884de64aa5dd5806c4a64f80a10dd229fb6143
ahci: use BIOS date in broken_suspend list

commit 9deb343189b3cf45e84dd08480f330575ffe2004 upstream.

HP is recycling both DMI_PRODUCT_NAME and DMI_BIOS_VERSION making
ahci_broken_suspend() trigger for later products which are not
affected by the original problems.  Match BIOS date instead of version
and add references to bko's so that full information can be found
easier later.

This fixes http://bugzilla.kernel.org/show_bug.cgi?id=15462

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: tigerfishdaisy@gmail.com
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ata/ahci.c