* [PATCH #upstream-fixes] ata_piix: add Satellite U200 to broken suspend list
@ 2007-08-24 23:31 Tejun Heo
2007-08-31 8:01 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2007-08-24 23:31 UTC (permalink / raw)
To: Jeff Garzik, linux-ide, john
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>
---
drivers/ata/ata_piix.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 071d274..b827def 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -908,6 +908,13 @@ static int piix_broken_suspend(void)
},
},
{
+ .ident = "Satellite U200",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U200"),
+ },
+ },
+ {
.ident = "Satellite U205",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH #upstream-fixes] ata_piix: add Satellite U200 to broken suspend list
2007-08-24 23:31 [PATCH #upstream-fixes] ata_piix: add Satellite U200 to broken suspend list Tejun Heo
@ 2007-08-31 8:01 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-08-31 8:01 UTC (permalink / raw)
To: Tejun Heo; +Cc: linux-ide, john
Tejun Heo wrote:
> 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>
> ---
> drivers/ata/ata_piix.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
> index 071d274..b827def 100644
> --- a/drivers/ata/ata_piix.c
> +++ b/drivers/ata/ata_piix.c
> @@ -908,6 +908,13 @@ static int piix_broken_suspend(void)
> },
> },
> {
> + .ident = "Satellite U200",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U200"),
> + },
> + },
> + {
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-31 8:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 23:31 [PATCH #upstream-fixes] ata_piix: add Satellite U200 to broken suspend list Tejun Heo
2007-08-31 8:01 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).