summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_PCIDeviceProvider.c
Commit message (Collapse)AuthorAgeFilesLines
* Hardware: Added associations to the CIM_ComputerSystem classPeter Schiffer2013-07-251-1/+0
| | | | | | | | | New providers: * LMI_ProcessorSystemDeviceProvider * LMI_MemorySystemDeviceProvider * LMI_PCIDeviceSystemDeviceProvider * LMI_BatterySystemDeviceProvider * LMI_ChassisComputerSystemPackageProvider
* Hardware: Update LMI_PCIDevice providerPeter Schiffer2013-07-161-42/+217
| | | | | | | LMI_PCIDevice provider was updated to match the rest of the providers in the Hardware, multiple information was added. As main and only source of information is still libpci library, as udev doesn't provide all necessary information and if used, it would have to be combined with libpci anyway.
* New provider: HardwareTomas Smetana2013-01-151-0/+371