summaryrefslogtreecommitdiff
path: root/hwdb/20-pci-vendor-model.hwdb
Commit message (Collapse)AuthorAgeFilesLines
* hwdb: update from upstreamLennart Poettering2018-06-131-257/+992
|
* hwdb: updateZbigniew Jędrzejewski-Szmek2018-03-021-64/+814
| | | | | | | usb.ids are not updated, because linux-usb.org is down. It seems that the updates are corrections and new entries, to major removal of existing entries.
* hwdb: run "update-hwdb" in preparation for v237Lennart Poettering2018-01-251-53/+728
|
* hwdb: updateZbigniew Jędrzejewski-Szmek2017-12-141-119/+554
| | | | | | | | The changes in pci.ids, usb.ids, and the .hwdb files are almost always additions. 20-OUI.hwdb drops a few names and replaces them by "IEEE Registration Authority". I'm not sure what to do about this. Many other removals do not seem to be removals of real entries, but rather placeholder or generic names.
* 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-171-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