X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=452de152dc42ade459126f77c5a6493b46caf28d;hp=6e07a169caac2f9315aa76a55788da807355e9e5;hb=409bc9c33e99d5bb1e04d01bf3c75854d3a5dc7e;hpb=a660c63c551b88136ac6176855b5907cc533e848 diff --git a/Makefile.am b/Makefile.am index 6e07a169c..452de152d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1798,7 +1798,9 @@ dist_udevrules_DATA += \ dist_udevhwdb_DATA = \ hwdb/20-pci-vendor-product.hwdb \ + hwdb/20-pci-classes.hwdb \ hwdb/20-usb-vendor-product.hwdb \ + hwdb/20-usb-classes.hwdb \ hwdb/20-acpi-vendor.hwdb \ hwdb/20-OUI.hwdb @@ -4007,7 +4009,7 @@ endif hwdb-update: ( cd hwdb && \ wget -N http://www.linux-usb.org/usb.ids && \ - wget -N http://pciids.sourceforge.net/v2.2/pci.ids && \ + wget -N http://pci-ids.ucw.cz/v2.2/pci.ids && \ wget -N http://standards.ieee.org/develop/regauth/oui/oui.txt && \ ./ids-update.pl )