]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ahci: use BIOS date in broken_suspend list
authorTejun Heo <tj@kernel.org>
Tue, 16 Mar 2010 00:50:26 +0000 (09:50 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 23:02:13 +0000 (16:02 -0700)
commit3ecee16aa4617db7cb756ad01526d395dc86d95f
treee59fe5c6075570924fc4178afc7e189c830fabc6
parente58bb78fcd092688765b18574ea4055c2509aee5
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