History log of /systemd/hwdb/ids-update.pl
Revision Date Author Comments Expand
fd5a461316d34d3070d599f4be74bd8ae4b3d00f 26-Aug-2015 Kay Sievers <kay@vrfy.org>

hwdb: update

bd64a88fb0478da2e93c363849b73aed8be36ae7 31-Jul-2014 Kay Sievers <kay@vrfy.org>

hwdb: update

d060b62fcb4746d3758c567e9379c6728a035b66 14-Apr-2014 Kay Sievers <kay@vrfy.org>

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.

56243d0936f85b2580f4c1028e1af98b96d77b72 22-Dec-2013 Marcel Holtmann <marcel@holtmann.org>

hwdb: Add SDIO database to ids-update.pl script

1d09582ab9d8bc619de3a01f01d614eab44d31c0 23-Mar-2013 Kay Sievers <kay@vrfy.org>

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

f2f1861383c5cf4c07a7c6098d7c0b7134f06d51 04-Feb-2013 Kay Sievers <kay@vrfy.org>

hwdb: update

378cf88f72a9cda84baf703ed24f54c8c539fdcf 14-Dec-2012 Kay Sievers <kay@vrfy.org>

hwdb: update comments and data

f9cd22249dbdcebe2ab54eea56c0b32e2a1c2ce5 06-Dec-2012 Mantas Mikulėnas <grawity@gmail.com>

hwdb: ids-update: close the right file handles The script was closing *INP and *OUTP, which never actually existed. Also fix pci_vendor() opening usb.ids and immediately discarding the fh.

5fe25affc01fb003a3a66937458a25640a6075ce 04-Dec-2012 Tom Gundersen <teg@jklm.no>

hwdb: add IAB to the OUI database The individual address block is a poor man's organizationally unique identifier. Perhaps we should change the udev key from ID_OUI_FROM_DATABASE to something like ID_IEEE_VENDOR_FROM_DATABASE? Suggested-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>

c35ddc5b69ef1911de39933329eda0b569cae4b9 20-Nov-2012 Kay Sievers <kay@vrfy.org>

hwdb: update

43f9cc65c2caa679019c3cfbd1aff66c6c59d410 09-Nov-2012 Tom Gundersen <teg@jklm.no>

hwdb: change pci.ids location According to pciutils' TODO, the sourceforge location is scheduled for removal, use the new one instead.

09d8f5d757515122d7b726218e249621e564157c 09-Nov-2012 Kay Sievers <kay@vrfy.org>

udev: hwdb - update usb class descriptions

8db6dcfd3c3d19d35767f04884a99368f6c64b36 09-Nov-2012 Kay Sievers <kay@vrfy.org>

udev: hwdb - add usb class descriptions

cf7ebcea78223b95b2676b97e1d2aad16caa3c86 09-Nov-2012 Kay Sievers <kay@vrfy.org>

udev: hwdb - add pci class descriptions

87281abdf3ed609b6416cabac00927bd0f26ccd9 09-Nov-2012 Kay Sievers <kay@vrfy.org>

hwdb: OUI - use ID_OUI_FROM_DATABASE=

448004c340d41f1b7eb3c06cbd694b8862e6524d 07-Nov-2012 Kay Sievers <kay@vrfy.org>

hwdb: add IEEE OUI data

796b06c21b62d13c9021e2fbd9c58a5c6edb2764 23-Oct-2012 Kay Sievers <kay@vrfy.org>

udev: add hardware database support