D18920: Fix and update PCI module

2019-06-27 Thread Konrad Rzepecki
konradr added a comment. Ufff, I can try. Do you want new string names diff separated from "#pragrma pack" diff? However, the only one important change is this two lines: #pragma pack(push, 1) #pragma pack(pop) REPOSITORY R102 KInfoCenter REVISION DETAIL https://phabricator.kde

D18920: Fix and update PCI module

2019-06-23 Thread Christoph Feck
cfeck added a comment. Would it be possible to commit the whitespace changes separately? They hide all the actual changes. REPOSITORY R102 KInfoCenter REVISION DETAIL https://phabricator.kde.org/D18920 To: konradr, #plasma, cfeck Cc: plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2

D18920: Fix and update PCI module

2019-02-11 Thread Konrad Rzepecki
konradr updated this revision to Diff 51397. REPOSITORY R102 KInfoCenter CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D18920?vs=51395&id=51397 REVISION DETAIL https://phabricator.kde.org/D18920 AFFECTED FILES Modules/pci/kpci.cpp Modules/pci/kpci.h Modules/pci/kpci_private.

D18920: Fix and update PCI module

2019-02-11 Thread Konrad Rzepecki
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