diff options
author | Alex Hung <alex.hung@canonical.com> | 2018-04-13 16:37:59 +0300 |
---|---|---|
committer | Jean Delvare <jdelvare@suse.de> | 2018-04-13 16:37:59 +0300 |
commit | de40614de997a388499f9a01d5eeb7cd8d3c34d1 (patch) | |
tree | 2fbe8a3297e4187338d9e54b11c8d968870a4dc0 /include | |
parent | 90fe6f8ff00a07641ca893d64f75ca22ce77cca2 (diff) | |
download | linux-de40614de997a388499f9a01d5eeb7cd8d3c34d1.tar.xz |
firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matches
OEM strings are defined by each OEM and they contain customized and
useful OEM information. Supporting it provides more flexible uses of
the dmi_matches function.
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mod_devicetable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 48fb2b43c35a..7d361be2e24f 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -502,6 +502,7 @@ enum dmi_field { DMI_CHASSIS_SERIAL, DMI_CHASSIS_ASSET_TAG, DMI_STRING_MAX, + DMI_OEM_STRING, /* special case - will not be in dmi_ident */ }; struct dmi_strmatch { |