* [PATCH #upstream-fixes] ata_piix: add more toshiba laptops to broken suspend list
@ 2007-11-30 6:28 Tejun Heo
2007-12-01 22:46 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2007-11-30 6:28 UTC (permalink / raw)
To: Jeff Garzik, IDE/ATA development list, peter
From: Peter Schwenke <peter@bluetoad.com.au>
Add more toshiba laptops to broken suspend list. This is from OSDL
bugzilla bug 7780.
tj: re-formatted patch and added description and SOB.
Signed-off-by: Peter Schwenke <peter@bluetoad.com.au>
Signed-off-by: Tejun Heo <htejun@gmail.com>
---
This one is for #upstream-fixes && -stable. I'll push it to Greg once
it gets to Linus's tree.
Thanks.
drivers/ata/ata_piix.c | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 483269d..b538e1d 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -967,6 +967,13 @@ static int piix_broken_suspend(void)
},
},
{
+ .ident = "TECRA M3",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Tecra M3"),
+ },
+ },
+ {
.ident = "TECRA M5",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
@@ -981,6 +988,20 @@ static int piix_broken_suspend(void)
},
},
{
+ .ident = "TECRA A8",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "TECRA A8"),
+ },
+ },
+ {
+ .ident = "Satellite R25",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Satellite R25"),
+ },
+ },
+ {
.ident = "Satellite U200",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
@@ -988,6 +1009,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 Pro U200",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH #upstream-fixes] ata_piix: add more toshiba laptops to broken suspend list
2007-11-30 6:28 [PATCH #upstream-fixes] ata_piix: add more toshiba laptops to broken suspend list Tejun Heo
@ 2007-12-01 22:46 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-12-01 22:46 UTC (permalink / raw)
To: Tejun Heo; +Cc: IDE/ATA development list, peter
Tejun Heo wrote:
> From: Peter Schwenke <peter@bluetoad.com.au>
>
> Add more toshiba laptops to broken suspend list. This is from OSDL
> bugzilla bug 7780.
>
> tj: re-formatted patch and added description and SOB.
>
> Signed-off-by: Peter Schwenke <peter@bluetoad.com.au>
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> ---
> This one is for #upstream-fixes && -stable. I'll push it to Greg once
> it gets to Linus's tree.
>
> Thanks.
>
> drivers/ata/ata_piix.c | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
applied #upstream-fixes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-01 22:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-30 6:28 [PATCH #upstream-fixes] ata_piix: add more toshiba laptops to broken suspend list Tejun Heo
2007-12-01 22:46 ` 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).