summaryrefslogtreecommitdiffstats
path: root/src/pymap.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rebase against upstream dmidecode v2.11David Sommerseth2013-07-081-3/+29
| | | | | | This includes an update against the SMBIOS reference specification v2.7.0 Signed-off-by: David Sommerseth <davids@redhat.com>
* Completed python XML map for TypeMap 0x26David Sommerseth2009-07-021-2/+18
|
* Completed python XML map for TypeMap 0x21David Sommerseth2009-07-021-1/+17
|
* Completed python XML map for TypeMap 0x1EDavid Sommerseth2009-07-021-1/+13
|
* Completed python XML map for TypeMap 0x1CDavid Sommerseth2009-07-021-1/+24
|
* Completed python XML map for TypeMap 0x1BDavid Sommerseth2009-07-021-1/+11
|
* Completed python XML map for TypeMap 0x1ADavid Sommerseth2009-07-021-1/+24
|
* Completed python XML map for TypeMap 0x19David Sommerseth2009-07-021-1/+9
| | | | | | | | | | Format has changed slightly. The original format in v2.10 was: {'Next Scheduled Power-on': [' *','-*',' 0',':0',':0']} The new format is: {'Next Scheduled Power-on': '*-* *:*:*'} The reason is that the formatting in the original list was rather half-done, containing separators in some of the elements.
* Completed python XML map for TypeMap 0x18David Sommerseth2009-07-021-1/+16
|
* Completed python XML map for TypeMap 0x17David Sommerseth2009-07-021-1/+17
|
* Completed python XML map for TypeMap 0x16David Sommerseth2009-07-021-1/+22
|
* Completed python XML map for TypeMap 0x15David Sommerseth2009-07-021-0/+10
|
* Completed python XML map for TypeMap 0x14David Sommerseth2009-07-021-1/+18
|
* Completed python XML map for TypeMap 0x13David Sommerseth2009-07-021-1/+14
|
* Completed python XML map for TypeMap 0x12David Sommerseth2009-07-021-1/+18
|
* Completed python XML map for TypeMap 0x0CDavid Sommerseth2009-07-021-1/+11
|
* Completed python XML map for TypeMap 0x0BDavid Sommerseth2009-07-021-1/+11
|
* Completed python XML map for TypeMap 0x06David Sommerseth2009-07-021-1/+26
|
* Completed python XML map for TypeMap 0x05David Sommerseth2009-07-021-1/+31
|
* Made sure copyright is in place and right people get their deserved creditDavid Sommerseth2009-06-111-5/+36
|
* Added mapping to retrieve all DMI/SMBIOS types dmidecode can decodeDavid Sommerseth2009-06-111-0/+46
|
* WIP commitNima Talebi2009-05-271-0/+495
Merged the two XML files into one, and amended relevant code. I still want to modify the XML tag names, but not yet. The calls to dmidecode.type() not function as expected, but the others are broken - this is next.