Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udev/rules,hwdb: filter out mostly meaningless default strings | Yu Watanabe | 2022-09-06 | 1 | -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-override | Bastien Nocera | 2022-01-21 | 1 | -0/+4 |
| | | | | See https://github.com/systemd/systemd/issues/7390#issuecomment-345546127 | ||||
* | hwdb: Add dmi-id database | Felipe Borges | 2020-12-04 | 1 | -0/+6 |
See #15493 |