mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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>
This commit is contained in:
parent
90fe6f8ff0
commit
de40614de9
2 changed files with 10 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue