Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1aa690a authored by Peter Schwenke's avatar Peter Schwenke Committed by Jeff Garzik
Browse files

ata_piix: add Toshiba Tecra M4 to broken suspend list



Add Toshiba Tecra M4 to broken suspend list.  This is from OSDL
bugzilla bug 7780.

Signed-off-by: default avatarPeter Schwenke <peter@bluetoad.com.au>
Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 994056d7
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -973,6 +973,13 @@ static int piix_broken_suspend(void)
				DMI_MATCH(DMI_PRODUCT_NAME, "Tecra M3"),
				DMI_MATCH(DMI_PRODUCT_NAME, "Tecra M3"),
			},
			},
		},
		},
		{
			.ident = "TECRA M4",
			.matches = {
				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
				DMI_MATCH(DMI_PRODUCT_NAME, "Tecra M4"),
			},
		},
		{
		{
			.ident = "TECRA M5",
			.ident = "TECRA M5",
			.matches = {
			.matches = {