mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
0cf2dcf154
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.
34 lines
832 B
Plaintext
34 lines
832 B
Plaintext
# This file is part of systemd
|
|
|
|
# Filter out mostly meaningless names
|
|
dmi:*:svnDefaultstring:*
|
|
dmi:*:svnN/A:*
|
|
dmi:*:svnO.E.M.:*
|
|
dmi:*:svnOEM:*
|
|
dmi:*:svnSystemmanufacturer:*
|
|
dmi:*:svnSystemManufacturer:*
|
|
dmi:*:svnTobefilledbyO.E.M.:*
|
|
dmi:*:svnToBeFilledByO.E.M.:*
|
|
ID_SYS_VENDOR_IS_RUBBISH=1
|
|
|
|
dmi:*:pnDefaultstring:*
|
|
dmi:*:pnN/A:*
|
|
dmi:*:pnO.E.M.:*
|
|
dmi:*:pnOEM:*
|
|
dmi:*:pnSystemproductname:*
|
|
dmi:*:pnSystemProductName:*
|
|
dmi:*:pnSystemname:*
|
|
dmi:*:pnSystemName:*
|
|
dmi:*:pnTobefilledbyO.E.M.:*
|
|
dmi:*:pnToBeFilledByO.E.M.:*
|
|
ID_PRODUCT_NAME_IS_RUBBISH=1
|
|
|
|
# Fix "Lenovo" capitalization in /sys/class/dmi/id/sys_vendor
|
|
dmi:bvnLENOVO*
|
|
ID_SYSFS_ATTRIBUTE_MODEL=product_version
|
|
ID_VENDOR_FROM_DATABASE=Lenovo
|
|
|
|
# Microsoft Surface 1's chassis type
|
|
dmi:bvnMicrosoft Corporation*:pvrSurface with Windows 8 Pro*
|
|
ID_CHASSIS=tablet
|