summaryrefslogtreecommitdiff
path: root/hwdb/ids-update.pl
Commit message (Collapse)AuthorAge
* hwdb: updateKay Sievers2014-07-31
|
* hwdb: PCI - include "primary" model string in subsystem model stringKay Sievers2014-04-14
| | | | | | | | | | 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: Add SDIO database to ids-update.pl scriptMarcel Holtmann2013-12-22
|
* hwdb: ID_PRODUCT_FROM_DATABASE --> ID_MODEL_FROM_DATABASEKay Sievers2013-03-23
| | | | | | | | | | | | | | | | | 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
* hwdb: updateKay Sievers2013-02-04
|
* hwdb: update comments and dataKay Sievers2012-12-14
|
* hwdb: ids-update: close the right file handlesMantas Mikulėnas2012-12-06
| | | | | | The script was closing *INP and *OUTP, which never actually existed. Also fix pci_vendor() opening usb.ids and immediately discarding the fh.
* hwdb: add IAB to the OUI databaseTom Gundersen2012-12-04
| | | | | | | | | | 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>
* hwdb: updateKay Sievers2012-11-20
|
* hwdb: change pci.ids locationTom Gundersen2012-11-09
| | | | | According to pciutils' TODO, the sourceforge location is scheduled for removal, use the new one instead.
* udev: hwdb - update usb class descriptionsKay Sievers2012-11-09
|
* udev: hwdb - add usb class descriptionsKay Sievers2012-11-09
|
* udev: hwdb - add pci class descriptionsKay Sievers2012-11-09
|
* hwdb: OUI - use ID_OUI_FROM_DATABASE=Kay Sievers2012-11-09
|
* hwdb: add IEEE OUI dataKay Sievers2012-11-07
|
* udev: add hardware database supportKay Sievers2012-10-23