ata_piix: add Satellite U200 to broken suspend list

Satellite U200 also shares the problem. Add it to the broken suspend
list. Original patch from John Schember.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: John Schember <john@nachtimwald.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by Tejun Heo and committed by Jeff Garzik 3cc0b9d3 91a6d4ed

+7
+7
drivers/ata/ata_piix.c
··· 935 935 }, 936 936 }, 937 937 { 938 + .ident = "Satellite U200", 939 + .matches = { 940 + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 941 + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U200"), 942 + }, 943 + }, 944 + { 938 945 .ident = "Satellite U205", 939 946 .matches = { 940 947 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),