diff options
author | Linus Torvalds | 2020-06-06 11:30:00 -0700 |
---|---|---|
committer | Linus Torvalds | 2020-06-06 11:30:00 -0700 |
commit | e542e0dc3ee3eafc46dd8e3073388079d69cace0 (patch) | |
tree | 23b0178a49d5c112951701688269be2d85872608 /include | |
parent | 3925c3bbdf886f1ddf64461b9b380e1bb36f90c1 (diff) | |
parent | f5152f4ded3ce6d332d5e4f9d7e325c3b81cae1b (diff) |
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Pull dmi update from Jean Delvare.
* 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
firmware/dmi: Report DMI Bios & EC firmware release
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mod_devicetable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 580e554fb6dc..8d764aab29de 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -532,6 +532,8 @@ enum dmi_field { DMI_BIOS_VENDOR, DMI_BIOS_VERSION, DMI_BIOS_DATE, + DMI_BIOS_RELEASE, + DMI_EC_FIRMWARE_RELEASE, DMI_SYS_VENDOR, DMI_PRODUCT_NAME, DMI_PRODUCT_VERSION, |