]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - dmidecode/patches/dmidecode-2.10-add-hewlett-packard-to-dmioem.patch
atk: Fix running test suite
[people/stevee/ipfire-3.x.git] / dmidecode / patches / dmidecode-2.10-add-hewlett-packard-to-dmioem.patch
1 --- dmidecode/dmioem.c~ 2008/10/28 09:41:07 1.9
2 +++ dmidecode/dmioem.c 2009/07/27 12:07:39 1.10
3 @@ -41,7 +41,7 @@
4 */
5 void dmi_set_vendor(const char *s)
6 {
7 - if (strcmp(s, "HP") == 0)
8 + if (strcmp(s, "HP") == 0 || strcmp(s, "Hewlett-Packard") == 0)
9 dmi_vendor = VENDOR_HP;
10 }
11