From: Lennart Poettering Date: Tue, 1 Sep 2009 02:47:16 +0000 (+0200) Subject: pci-db: make sure we actually read the pci.ids file instead of usb.ids X-Git-Tag: 174~799 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1032141bd580b20bfe6c5efe737eb6e3fa595d06;hp=1032141bd580b20bfe6c5efe737eb6e3fa595d06 pci-db: make sure we actually read the pci.ids file instead of usb.ids Since the recent Makefile.am rework both usb-db and pci-db were built to read the usb.ids database file. This fix makes sure pci-db properly reads pci.ids instead. Originally pointed out by Marco d'Itri. ---