Blame dmidecode-add-hewlett-packard-to-dmioem.patch
|
Jarod Wilson |
68313a |
--- dmidecode/dmioem.c~ 2008/10/28 09:41:07 1.9
|
|
Jarod Wilson |
68313a |
+++ dmidecode/dmioem.c 2009/07/27 12:07:39 1.10
|
|
Jarod Wilson |
68313a |
@@ -41,7 +41,7 @@
|
|
Jarod Wilson |
68313a |
*/
|
|
Jarod Wilson |
68313a |
void dmi_set_vendor(const char *s)
|
|
Jarod Wilson |
68313a |
{
|
|
Jarod Wilson |
68313a |
- if (strcmp(s, "HP") == 0)
|
|
Jarod Wilson |
68313a |
+ if (strcmp(s, "HP") == 0 || strcmp(s, "Hewlett-Packard") == 0)
|
|
Jarod Wilson |
68313a |
dmi_vendor = VENDOR_HP;
|
|
Jarod Wilson |
68313a |
}
|
|
Jarod Wilson |
68313a |
|