Add debian packaging #1

Merged
hwelte merged 7 commits from osmith/rtl8168-eeprom:osmith/debian into master 2022-05-16 12:07:41 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1bf48da7a8 - Show all commits

View File

@ -466,6 +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);
if (p->vendor_id != 0x10ec || p->device_id != 0x8168)
continue;