linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH #upstream-fixes] ata_piix: VGN-BX297XP wants the controller power up on suspend
@ 2009-03-31  1:44 Tejun Heo
  2009-03-31 13:14 ` Rafael J. Wysocki
  2009-04-07  0:01 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Tejun Heo @ 2009-03-31  1:44 UTC (permalink / raw)
  To: Jeff Garzik, IDE/ATA development list, Rafael J. Wysocki, GNUtoo

Sony VGN-BX297XP fails suspend if the controller is powered down when
calling into ACPI suspend.  Add the machine to piix_broken_suspend
list.

This problem was reported by GNUtoo@no-log.org on bko#10293.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Reported-by: GNUtoo@no-log.org
---
 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 e5cbe80..942d14a 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -1053,6 +1053,13 @@ static int piix_broken_suspend(void)
 				DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"),
 			},
 		},
+		{
+			.ident = "VGN-BX297XP",
+			.matches = {
+				DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+				DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"),
+			},
+		},
 
 		{ }	/* terminate list */
 	};

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH #upstream-fixes] ata_piix: VGN-BX297XP wants the controller power up on suspend
  2009-03-31  1:44 [PATCH #upstream-fixes] ata_piix: VGN-BX297XP wants the controller power up on suspend Tejun Heo
@ 2009-03-31 13:14 ` Rafael J. Wysocki
  2009-04-07  0:01 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2009-03-31 13:14 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Jeff Garzik, IDE/ATA development list, GNUtoo

On Tuesday 31 March 2009, Tejun Heo wrote:
> Sony VGN-BX297XP fails suspend if the controller is powered down when
> calling into ACPI suspend.  Add the machine to piix_broken_suspend
> list.
> 
> This problem was reported by GNUtoo@no-log.org on bko#10293.
> 
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Rafael J. Wysocki <rjw@sisk.pl>

Acked-by: Rafael J. Wysocki <rjw@sisk.pl>

> Reported-by: GNUtoo@no-log.org
> ---
>  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 e5cbe80..942d14a 100644
> --- a/drivers/ata/ata_piix.c
> +++ b/drivers/ata/ata_piix.c
> @@ -1053,6 +1053,13 @@ static int piix_broken_suspend(void)
>  				DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"),
>  			},
>  		},
> +		{
> +			.ident = "VGN-BX297XP",
> +			.matches = {
> +				DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
> +				DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"),
> +			},
> +		},
>  
>  		{ }	/* terminate list */
>  	};
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH #upstream-fixes] ata_piix: VGN-BX297XP wants the controller power up on suspend
  2009-03-31  1:44 [PATCH #upstream-fixes] ata_piix: VGN-BX297XP wants the controller power up on suspend Tejun Heo
  2009-03-31 13:14 ` Rafael J. Wysocki
@ 2009-04-07  0:01 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2009-04-07  0:01 UTC (permalink / raw)
  To: Tejun Heo; +Cc: IDE/ATA development list, Rafael J. Wysocki, GNUtoo

Tejun Heo wrote:
> Sony VGN-BX297XP fails suspend if the controller is powered down when
> calling into ACPI suspend.  Add the machine to piix_broken_suspend
> list.
> 
> This problem was reported by GNUtoo@no-log.org on bko#10293.
> 
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Rafael J. Wysocki <rjw@sisk.pl>
> Reported-by: GNUtoo@no-log.org

applied



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-07  0:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31  1:44 [PATCH #upstream-fixes] ata_piix: VGN-BX297XP wants the controller power up on suspend Tejun Heo
2009-03-31 13:14 ` Rafael J. Wysocki
2009-04-07  0: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).