summaryrefslogtreecommitdiffstats
path: root/hwdb/20-pci-vendor-model.hwdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hwdb: updateZbigniew Jędrzejewski-Szmek2017-10-021-69/+828
| | | | | http://www.uefi.org/uefi-pnp-export is returning an internal server error, so the previous version was used.
* hwdb: update hwdb again for v234Lennart Poettering2017-07-111-28/+259
|
* update hwdb in preparation for v234Lennart Poettering2017-06-271-131/+743
|
* hwdb updateLennart Poettering2017-02-161-157/+763
|
* hwdb update for 232 (#4557)Lennart Poettering2016-11-031-136/+1255
|
* update hwdb (#3795)Lennart Poettering2016-07-251-174/+993
| | | "make update-hwdb" in preparation for v231.
* hwdb: run "make hwdb-udate" (#3280)Zbigniew Jędrzejewski-Szmek2016-05-181-126/+1146
|
* build-sys: run "make hwdb-update"Lennart Poettering2016-02-111-47/+791
|
* hwdb: updateKay Sievers2015-11-141-195/+831
|
* hwdb: updateKay Sievers2015-07-311-71/+206
|
* hwdb: updateKay Sievers2015-07-051-203/+443
|
* hwdb: update databases from upstreamLennart Poettering2015-06-171-370/+478
|
* hwdb: updateKay Sievers2015-06-021-84/+132
|
* update hardware databasesLennart Poettering2015-05-211-293/+1118
|
* hwdb: updateKay Sievers2015-03-121-315/+621
|
* hwdb: updateLennart Poettering2015-02-161-2/+116
|
* hwdb: update name databasesLennart Poettering2015-02-131-7/+373
|
* hwdb: update PCI, USB, OUI databasesLennart Poettering2014-12-101-244/+1276
|
* hwdb: updateMarcel Holtmann2014-09-091-32/+1955
|
* update hwdbLennart Poettering2014-08-201-2/+590
|
* hwdb: updateKay Sievers2014-07-311-7/+28
|
* hwdb: updateKay Sievers2014-07-031-351/+720
|
* hwdb: updateKay Sievers2014-05-211-18/+123
|
* hwdb: updateKay Sievers2014-05-051-42/+132
|
* hwdb: PCI - include "primary" model string in subsystem model stringKay Sievers2014-04-141-10678/+10678
| | | | | | | | | | 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.
* hwdb: updateKay Sievers2014-04-141-39/+483
|
* hwdb: updateKay Sievers2014-03-181-189/+1482
|
* hwdb: updateMarcel Holtmann2014-01-051-14/+140
|
* hwdb: updateMarcel Holtmann2013-12-221-37/+652
|
* hwdb: updateKay Sievers2013-10-201-27/+189
|
* hwdb: updateKay Sievers2013-09-241-125/+197
|
* hwdb: updateKay Sievers2013-09-111-106/+616
|
* hwdb: updateKay Sievers2013-08-071-27/+87
|
* hwdb: data updateKay Sievers2013-07-181-1/+7
|
* hwdb: import dataKay Sievers2013-07-151-1/+67
|
* hwdb: import dataKay Sievers2013-07-081-6/+132
|
* hwdb: import dataKay Sievers2013-07-011-208/+3613
|
* hwdb: updateKay Sievers2013-05-061-20/+50
|
* hwdb: updateKay Sievers2013-04-301-41/+254
|
* hwdb: updateKay Sievers2013-04-201-27/+42
|
* hwdb: updateKay Sievers2013-04-161-55/+307
|
* hwdb: updateKay Sievers2013-03-281-139/+163
|
* hwdb: ID_PRODUCT_FROM_DATABASE --> ID_MODEL_FROM_DATABASEKay Sievers2013-03-231-0/+66354
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