summaryrefslogtreecommitdiff
path: root/dmioem.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmioem.c')
-rw-r--r--dmioem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmioem.c b/dmioem.c
index 3c996a9..2dd11c7 100644
--- a/dmioem.c
+++ b/dmioem.c
@@ -41,7 +41,7 @@ static enum DMI_VENDORS dmi_vendor = VENDOR_UNKNOWN;
*/
void dmi_set_vendor(const char *s)
{
- if (strcmp(s, "HP") == 0)
+ if (strcmp(s, "HP") == 0 || strcmp(s, "Hewlett-Packard") == 0)
dmi_vendor = VENDOR_HP;
}