diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-18 07:43:09 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-18 07:43:09 +0300 |
commit | a569631306ccfc46de43013f7ff1d2af3eafd7c9 (patch) | |
tree | 1e100d856ae441dc2190ac56a3ed0456f98e1878 /include/linux/mod_devicetable.h | |
parent | 3ed1d012ac3e60e0e95cda6fbd59352ec6dcbb88 (diff) | |
parent | b23908d3c48a37c46c6a26df2cdeab1610b360ba (diff) | |
download | linux-a569631306ccfc46de43013f7ff1d2af3eafd7c9.tar.xz |
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Pull dmi update from Jean Delvare:
"Expose SKU ID string as a DMI attribute"
* 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
firmware: dmi: Add access to the SKU ID string
Diffstat (limited to 'include/linux/mod_devicetable.h')
-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 2014bd19f28e..96a71a648eed 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -501,6 +501,7 @@ enum dmi_field { DMI_PRODUCT_VERSION, DMI_PRODUCT_SERIAL, DMI_PRODUCT_UUID, + DMI_PRODUCT_SKU, DMI_PRODUCT_FAMILY, DMI_BOARD_VENDOR, DMI_BOARD_NAME, |