mirror of
https://github.com/systemd/systemd
synced 2025-10-05 16:03:15 +02:00
Add support for the hardware version. The version describes a distinct version of compatibility hardware. The value is read from the file /etc/machine-info or DMI as fallback. The integration provides an unified interface to collect detail hardware information. The /etc/machine-info entry enables embedded devices without UEFI support to read the information from a custom store.
74 lines
1.7 KiB
Plaintext
74 lines
1.7 KiB
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
|
|
|
|
dmi:*:pvrDefaultstring:*
|
|
dmi:*:pvrDefault string:*
|
|
dmi:*:pvrN/A:*
|
|
dmi:*:pvrO.E.M.:*
|
|
dmi:*:pvrOEM:*
|
|
dmi:*:pvrTobefilledbyO.E.M.:*
|
|
dmi:*:pvrToBeFilledByO.E.M.:*
|
|
dmi:*:pvrTo Be Filled By O.E.M.:*
|
|
ID_PRODUCT_VERSION_IS_RUBBISH=1
|
|
|
|
dmi:*:rvrDefaultstring:*
|
|
dmi:*:rvrDefault string:*
|
|
dmi:*:rvrN/A:*
|
|
dmi:*:rvrO.E.M.:*
|
|
dmi:*:rvrOEM:*
|
|
dmi:*:rvrTobefilledbyO.E.M.:*
|
|
dmi:*:rvrToBeFilledByO.E.M.:*
|
|
dmi:*:rvrTo Be Filled By O.E.M.:*
|
|
ID_BOARD_VERSION_IS_RUBBISH=1
|
|
|
|
dmi:*:skuDefaultstring:*
|
|
dmi:*:skuDefault string:*
|
|
dmi:*:skuN/A:*
|
|
dmi:*:skuO.E.M.:*
|
|
dmi:*:skuOEM:*
|
|
dmi:*:skuTobefilledbyO.E.M.:*
|
|
dmi:*:skuToBeFilledByO.E.M.:*
|
|
dmi:*:skuTo Be Filled By O.E.M.:*
|
|
ID_PRODUCT_SKU_IS_RUBBISH=1
|
|
|
|
dmi:*:catDefaultstring:*
|
|
dmi:*:catDefault string:*
|
|
dmi:*:catN/A:*
|
|
dmi:*:catO.E.M.:*
|
|
dmi:*:catOEM:*
|
|
dmi:*:catTobefilledbyO.E.M.:*
|
|
dmi:*:catToBeFilledByO.E.M.:*
|
|
dmi:*:catTo Be Filled By O.E.M.:*
|
|
ID_CHASSIS_ASSET_TAG_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
|