chiark / gitweb /
hwdb: ID_PRODUCT_FROM_DATABASE --> ID_MODEL_FROM_DATABASE
authorKay Sievers <kay@vrfy.org>
Sat, 23 Mar 2013 15:27:28 +0000 (16:27 +0100)
committerKay Sievers <kay@vrfy.org>
Sat, 23 Mar 2013 15:38:21 +0000 (16:38 +0100)
commit1d09582ab9d8bc619de3a01f01d614eab44d31c0
treeac08583c7195fc3da3fe73480c93aebf5fd6235d
parentbb06e0f85cf337dfaea92dc1c24d7c84249b1433
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
Makefile.am
hwdb/20-OUI.hwdb
hwdb/20-pci-vendor-model.hwdb [new file with mode: 0644]
hwdb/20-pci-vendor-product.hwdb [deleted file]
hwdb/20-usb-vendor-model.hwdb [new file with mode: 0644]
hwdb/20-usb-vendor-product.hwdb [deleted file]
hwdb/ids-update.pl