]> git.ipfire.org Git - thirdparty/pciutils.git/commit
Tree: Detect bridges properly
authorMartin Mares <mj@ucw.cz>
Sun, 12 Aug 2018 09:13:05 +0000 (11:13 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 12 Aug 2018 10:46:16 +0000 (12:46 +0200)
commitf558905d0b843dbb67104f8c2cb17eb40ffe9c7e
treedf236889fee8e3e1a10059ab3ac8f2f81814f9f5
parent62e78fa6995169946082f6209304eaa024c69822
Tree: Detect bridges properly

Previously, only PCI_CLASS_BRIDGE_PCI was considered, which excluded
CardBus bridges. We now accept anything of the base class "bridge"
with the proper header type.

Also added a bunch of debugging messages.
ls-tree.c