|
@@ -959,6 +959,13 @@ static int piix_broken_suspend(void)
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U200"),
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U200"),
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .ident = "Satellite Pro U200",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE PRO U200"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
{
|
|
{
|
|
.ident = "Satellite U205",
|
|
.ident = "Satellite U205",
|
|
.matches = {
|
|
.matches = {
|