All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Add Toshiba Satellite Pro A120 to the list with broken suspend functionality.
@ 2012-01-07 23:39 Benjamin Larsson
  0 siblings, 0 replies; only message in thread
From: Benjamin Larsson @ 2012-01-07 23:39 UTC (permalink / raw)
  To: Jeff Garzik, linux-ide; +Cc: Benjamin Larsson


Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
---
 drivers/ata/ata_piix.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 6da6deb..3a4dd74 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -1151,6 +1151,13 @@ static int piix_broken_suspend(void)
 			},
 		},
 		{
+			.ident = "Satellite Pro A120",
+			.matches = {
+				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+				DMI_MATCH(DMI_PRODUCT_NAME, "Satellite Pro A120"),
+			},
+		},
+		{
 			.ident = "Portege M500",
 			.matches = {
 				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-07 23:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-07 23:39 [PATCH 1/1] Add Toshiba Satellite Pro A120 to the list with broken suspend functionality Benjamin Larsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.