diff options
author | Kay Sievers <kay@vrfy.org> | 2013-03-23 16:27:28 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-23 16:38:21 +0100 |
commit | 1d09582ab9d8bc619de3a01f01d614eab44d31c0 (patch) | |
tree | ac08583c7195fc3da3fe73480c93aebf5fd6235d /Makefile.am | |
parent | bb06e0f85cf337dfaea92dc1c24d7c84249b1433 (diff) |
hwdb: ID_PRODUCT_FROM_DATABASE --> ID_MODEL_FROM_DATABASE
With the conversion from pci-db + usb-db to hwdb, the property
got accitentially renamed.
Move the name back to the long established identifier *MODEL*
instead of *PRODUCT*.
$ git grep -l ID_MODEL_FROM_DATABASE
hwdb/20-pci-vendor-model.hwdb
hwdb/20-usb-vendor-model.hwdb
hwdb/ids-update.pl
man/systemd.device.xml
rules/78-sound-card.rules
src/core/device.c
src/cryptsetup/cryptsetup.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 93583a686a..d81a305441 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1833,9 +1833,9 @@ dist_udevrules_DATA += \ rules/95-udev-late.rules dist_udevhwdb_DATA = \ - hwdb/20-pci-vendor-product.hwdb \ + hwdb/20-pci-vendor-model.hwdb \ hwdb/20-pci-classes.hwdb \ - hwdb/20-usb-vendor-product.hwdb \ + hwdb/20-usb-vendor-model.hwdb \ hwdb/20-usb-classes.hwdb \ hwdb/20-bluetooth-vendor-product.hwdb \ hwdb/20-acpi-vendor.hwdb \ |