]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev/rules,hwdb: filter out mostly meaningless default strings
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Aug 2022 19:13:26 +0000 (04:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 5 Sep 2022 18:38:09 +0000 (03:38 +0900)
commit0cf2dcf15402c60498165dbd3f14536766c05051
tree4bd11425e3aadefd76d98c0d42deeae0c94cd6f3
parentd5c8e5ac1b76eeded6303c242113014cb1757f16
udev/rules,hwdb: filter out mostly meaningless default strings

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.d/20-dmi-id.hwdb
rules.d/50-udev-default.rules.in