summaryrefslogtreecommitdiff
path: root/hwdb.d/20-dmi-id.hwdb
Commit message (Collapse)AuthorAgeFilesLines
* udev/rules,hwdb: filter out mostly meaningless default stringsYu Watanabe2022-09-061-0/+23
| | | | | | | | | | | | The filter is generated based on the following results: --- git clone git@github.com:linuxhw/DMI.git cd DMI git grep -h -A2 '^System Information$' | grep 'Manufacturer' | sort | uniq -c | sort -nr | less git grep -h -A2 '^System Information$' | grep 'Product Name' | sort | uniq -c | sort -nr | less --- Closes #24446.
* hwdb: Add Microsoft Surface Pro 1 chassis quirkwip/hadess/chassis-overrideBastien Nocera2022-01-211-0/+4
| | | | See https://github.com/systemd/systemd/issues/7390#issuecomment-345546127
* hwdb: Add dmi-id databaseFelipe Borges2020-12-041-0/+6
See #15493