diff --git a/rtl8168-eeprom.c b/rtl8168-eeprom.c index 771350f..6c85fbb 100644 --- a/rtl8168-eeprom.c +++ b/rtl8168-eeprom.c @@ -466,7 +466,7 @@ static void iterate_devices(struct pci_access *pa, char *filter_id, char *filter continue; /* our own clumsy implementation of filtering */ - pci_fill_info(p, PCI_FILL_IDENT); + pci_fill_info(p, PCI_FILL_IDENT | PCI_FILL_BASES | PCI_FILL_SIZES); if (p->vendor_id != 0x10ec || p->device_id != 0x8168) continue;