Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-02 | hwdb: update | Kay Sievers | |
2015-05-21 | update hardware databases | Lennart Poettering | |
2015-03-12 | hwdb: update | Kay Sievers | |
2015-02-16 | hwdb: update | Lennart Poettering | |
2015-02-13 | hwdb: update name databases | Lennart Poettering | |
2014-12-10 | hwdb: update PCI, USB, OUI databases | Lennart Poettering | |
2014-09-09 | hwdb: update | Marcel Holtmann | |
2014-08-20 | update hwdb | Lennart Poettering | |
2014-07-31 | hwdb: update | Kay Sievers | |
2014-07-03 | hwdb: update | Kay Sievers | |
2014-05-21 | hwdb: update | Kay Sievers | |
2014-05-05 | hwdb: update | Kay Sievers | |
2014-04-14 | hwdb: PCI - include "primary" model string in subsystem model string | Kay Sievers | |
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 | hwdb: update | Kay Sievers | |
2014-03-18 | hwdb: update | Kay Sievers | |
2014-01-05 | hwdb: update | Marcel Holtmann | |
2013-12-22 | hwdb: update | Marcel Holtmann | |
2013-10-20 | hwdb: update | Kay Sievers | |
2013-09-24 | hwdb: update | Kay Sievers | |
2013-09-11 | hwdb: update | Kay Sievers | |
2013-08-07 | hwdb: update | Kay Sievers | |
2013-07-18 | hwdb: data update | Kay Sievers | |
2013-07-15 | hwdb: import data | Kay Sievers | |
2013-07-08 | hwdb: import data | Kay Sievers | |
2013-07-01 | hwdb: import data | Kay Sievers | |
2013-05-06 | hwdb: update | Kay Sievers | |
2013-04-30 | hwdb: update | Kay Sievers | |
2013-04-20 | hwdb: update | Kay Sievers | |
2013-04-16 | hwdb: update | Kay Sievers | |
2013-03-28 | hwdb: update | Kay Sievers | |
2013-03-23 | hwdb: ID_PRODUCT_FROM_DATABASE --> ID_MODEL_FROM_DATABASE | Kay Sievers | |
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 |