konradr created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. konradr requested review of this revision.
REVISION SUMMARY PCI module work properly only if PCI configuration structures are packed. This commit adds "#pragma pack" preprocessor directive to make it possible in wider range of compilers. It should be safe even if not supported since unknown "pragmas" should be ignored by compilers. Additionally this commit contain: - Formatting cleanup - Some new device class names and minor changes to existing ones - My email address change REPOSITORY R102 KInfoCenter REVISION DETAIL https://phabricator.kde.org/D18920 AFFECTED FILES Modules/pci/kpci.cpp Modules/pci/kpci.h Modules/pci/kpci_private.h To: konradr Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
