Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63536
b: refs/heads/master
c: 7abe79c
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Aug 1, 2007
1 parent e9dbcdf commit bef317f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c3832ebeb049c5744ece888daae253c683257c3
refs/heads/master: 7abe79c353caf868053c2ddcada7f4c20c8251e6
8 changes: 8 additions & 0 deletions trunk/drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -916,10 +916,18 @@ static int piix_broken_suspend(void)
},
{ }
};
static const char *oemstrs[] = {
"Tecra M3,",
};
int i;

if (dmi_check_system(sysids))
return 1;

for (i = 0; i < ARRAY_SIZE(oemstrs); i++)
if (dmi_find_device(DMI_DEV_TYPE_OEM_STRING, oemstrs[i], NULL))
return 1;

return 0;
}

Expand Down

0 comments on commit bef317f

Please sign in to comment.