]> git.ipfire.org Git - thirdparty/pciutils.git/commit
Created a generic interface for device properties
authorMartin Mares <mj@ucw.cz>
Tue, 26 Jun 2018 10:08:37 +0000 (12:08 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 26 Jun 2018 10:08:37 +0000 (12:08 +0200)
commitc02d903c2a8971718c7dea482075f4ddb8e3c1fe
tree2f1e57bbf96b73143739798886ba31c1ec01528b
parent6d701ce33eb2a420ce196be731ddf11d2d1fcc7f
Created a generic interface for device properties

Introduction of device tree node properties broke library ABI.

I gave up on creating new symbol versions whenever we add a new
device property, so I introduced a generic property interface
with which new string properties can be added while keeping ABI
compatibility.
lib/access.c
lib/internal.h
lib/libpci.ver
lib/pci.h
lib/sysfs.c
lspci.c