Skip to content

WIP: PCI: various fixes

Pino Toscano requested to merge pino/kinfocenter:kcmpci-fixes into master

Try to use libpci a bit more, at least for basic data provided by each pci_dev structure.

Also add few minor optimizations, like avoid calling getuid() at least once per device, or calling pci_lookup_name() only when needed.

Merge request reports