summaryrefslogtreecommitdiff
path: root/hwdb/20-acpi-vendor.hwdb.patch
Commit message (Collapse)AuthorAgeFilesLines
* hwdb: update for v242Zbigniew Jędrzejewski-Szmek2019-03-251-2/+2
| | | | Appears to be usual slew of mundane corrections and additions.
* update hwdbLennart Poettering2019-02-141-49/+49
|
* hwdb: updateZbigniew Jędrzejewski-Szmek2019-01-221-49/+49
| | | | | | Looks to be additions and corrections again. It seems somebody removed some whitespace in variuos places by mistake, let's hope this gets corrected upstream. Doing such corrections downstream is not worth the trouble.
* hwdb: update databaseZbigniew Jędrzejewski-Szmek2018-12-211-50/+50
| | | | | | I looked over the diff, and it seems it's only additions and fixes, no removals. The diff for the source files is much bigger, but it seems that the sorting code is working well.
* hwdb: Update PNP IDs of Goldstar (now: LG Electronics). (#10051)Dariusz Gadomski2018-09-111-2/+11
| | | hwdb: Update PNP IDs of Goldstar (now: LG Electronics)
* hwdb: update from upstreamLennart Poettering2018-06-131-50/+50
|
* hwdb: updateZbigniew Jędrzejewski-Szmek2018-03-021-2/+2
| | | | | | | 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-2/+2
|
* hwdb: updateZbigniew Jędrzejewski-Szmek2017-12-141-52/+52
| | | | | | | | 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-152/+153
| | | | | http://www.uefi.org/uefi-pnp-export is returning an internal server error, so the previous version was used.
* hwdb: update UEFI/ACPI/PNP/EISA/EDID database from UEFI web siteFederico Mena Quintero2016-06-101-0/+492
Let's hook up the ACPI database we maintain from the upstream UEFI sources. This adds a tool to convert the database provided upstream to our native format, similar to how this is handled for the PCI and USB databases. Note that the upstream web site claims to offer an XLS download, but the actual data made available is an HTML file in reality, just one with the ".xls" suffix... The data provided from the UEFI folks is not very high quality nor complete, hence apply a patch after the conversion step that fixes up a few things and adds in more entries from various sources. For example, the EDID ids maintained by GNOME and other sources have been added too, as they all appear to use the same ID namespace. This also adds explicit support for 4 character ACPI ids, in addition to the normal 3 character PNP ids. Also fixes: https://bugs.freedesktop.org/show_bug.cgi?id=90524