aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-06-18 13:43:09 +0900
committerLinus Torvalds <torvalds@linux-foundation.org>2018-06-18 13:43:09 +0900
commita569631306ccfc46de43013f7ff1d2af3eafd7c9 (patch)
tree1e100d856ae441dc2190ac56a3ed0456f98e1878 /include/linux
parentFix Documentation build due to rename of main.c to mtrr.c (diff)
parentfirmware: dmi: Add access to the SKU ID string (diff)
downloadlinux-dev-a569631306ccfc46de43013f7ff1d2af3eafd7c9.tar.xz
linux-dev-a569631306ccfc46de43013f7ff1d2af3eafd7c9.zip
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')
-rw-r--r--include/linux/mod_devicetable.h1
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,