summaryrefslogtreecommitdiff
path: root/dmioem.c
Commit message (Expand)AuthorAgeFilesLines
* Decoded HP-specific DMI type 233, and refactored 209 and 221 to use a common ...HEADoriginmastertyler_bell_hp2015-08-041-15/+71
* dmioem: Move function is_printable to dmidecode.ckhali2015-05-211-11/+0
* dmioem: Decode HP-specific DMI types 212 and 219khali2015-05-211-0/+55
* dmioem: Decode Acer-specific DMI type 170khali2015-05-131-1/+52
* oem: Strip spaces at the end of vendor nameskhali2015-05-131-1/+11
* 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
* 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
* 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
* 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