summaryrefslogtreecommitdiff
path: root/dmioem.c
Commit message (Collapse)AuthorAgeFilesLines
* Update my e-mail addresskhali2014-02-031-1/+1
|
* dmioem.c: Add "PXE" to HP OEM Type 209 record outputaarapov2012-03-121-1/+1
|
* Recognize "Hewlett-Packard" as a possible DMI vendor string for HP.khali2009-07-271-1/+1
| | | | Orginal patch from Thomas Hiller (HP).
* Mark a few pointers const.khali2008-10-281-3/+3
|
* Mass coding-style change: add spaces around operators.khali2008-10-261-19/+20
|
* Update copyright statements.khali2008-02-161-1/+1
|
* Decode HP-specific type 204 entries in a safer way: check the lengthkhali2007-02-121-7/+8
| | | | | before decoding, and don't assume that all strings are provided in the same order as they are used.
* Make the HP-specific types 209 and 221 output a bit more verbose.khali2007-02-121-5/+5
|
* Share the code between HP-specific types 209 and 221. Both types arekhali2007-02-121-30/+4
| | | | really the same, only the title is different.
* Warning fix.khali2007-02-111-1/+2
|
* The PCI function is typically represented as a single digit.khali2007-02-111-2/+2
|
* Move the decoding of OEM-specific entries to a separate source file.khali2007-02-111-0/+152