Commit graph

23 commits

Author SHA1 Message Date
Kay Sievers bd64a88fb0 hwdb: update 2014-07-31 23:07:44 +02:00
Kay Sievers 98be1a746a hwdb: update 2014-07-03 16:28:57 +02:00
Kay Sievers 7ba52a1283 hwdb: update 2014-05-21 18:19:24 +09:00
Kay Sievers 61fb23db45 hwdb: update 2014-05-05 14:23:10 +02:00
Kay Sievers d060b62fcb hwdb: PCI - include "primary" model string in subsystem model string
The data in the PCI ids file is randomly inconsistent. Many
subvendor model strings just describe the "product" where the
hardware is built into, not the hardware itself. This causes
some "Network Card Model Foo" to show up as "Laptop Model Bar".

Try to make the best out of this mess and concatenate both
strings to describe the hardware.
2014-04-14 08:21:52 -07:00
Kay Sievers dbe633cc02 hwdb: update 2014-04-14 08:21:51 -07:00
Kay Sievers 6080625dc8 hwdb: update 2014-03-18 16:20:39 +01:00
Marcel Holtmann 479e339e55 hwdb: update 2014-01-05 00:44:34 -08:00
Marcel Holtmann c309c17df4 hwdb: update 2013-12-22 11:32:11 -08:00
Kay Sievers 743bc3c979 hwdb: update 2013-10-20 01:12:29 +02:00
Kay Sievers 540fd137af hwdb: update 2013-09-24 15:47:12 +02:00
Kay Sievers 89dc5bcff1 hwdb: update 2013-09-11 23:09:12 +02:00
Kay Sievers f058ccf2cd hwdb: update 2013-08-07 16:49:18 +02:00
Kay Sievers ce39bb6909 hwdb: data update 2013-07-18 03:05:51 +02:00
Kay Sievers c79d894d59 hwdb: import data 2013-07-15 00:55:37 +02:00
Kay Sievers fec79699da hwdb: import data 2013-07-08 11:46:44 +02:00
Kay Sievers d9b17672eb hwdb: import data 2013-07-01 19:41:19 +02:00
Kay Sievers 07125a9240 hwdb: update 2013-05-06 17:39:07 +02:00
Kay Sievers 0f0cf8d2e3 hwdb: update 2013-04-30 19:13:54 +02:00
Kay Sievers de7a659c05 hwdb: update 2013-04-20 18:41:57 +02:00
Kay Sievers c225e76785 hwdb: update 2013-04-16 01:45:44 +02:00
Kay Sievers 78a0460588 hwdb: update 2013-03-28 21:53:30 +01:00
Kay Sievers 1d09582ab9 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
2013-03-23 16:38:21 +01:00