diff options
| author | Simon Glass <sjg@chromium.org> | 2018-06-17 08:09:42 -0400 |
|---|---|---|
| committer | Jean Delvare <jdelvare@suse.de> | 2018-06-17 08:09:42 -0400 |
| commit | b23908d3c48a37c46c6a26df2cdeab1610b360ba (patch) | |
| tree | 0019944e2aa3abc4b752127e9a13a6936e95ad9a /include | |
| parent | 29dcea88779c856c7dc92040a0c01233263101d4 (diff) | |
firmware: dmi: Add access to the SKU ID string
This is used in some systems from user space for determining the identity
of the device.
Expose this as a file so that that user-space tools don't need to read
from /sys/firmware/dmi/tables/DMI
Signed-off-by: Simon Glass <sjg@chromium.org>
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 7d361be2e24f..61fbfbc03e5b 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
| @@ -490,6 +490,7 @@ enum dmi_field { | |||
| 490 | DMI_PRODUCT_VERSION, | 490 | DMI_PRODUCT_VERSION, |
| 491 | DMI_PRODUCT_SERIAL, | 491 | DMI_PRODUCT_SERIAL, |
| 492 | DMI_PRODUCT_UUID, | 492 | DMI_PRODUCT_UUID, |
| 493 | DMI_PRODUCT_SKU, | ||
| 493 | DMI_PRODUCT_FAMILY, | 494 | DMI_PRODUCT_FAMILY, |
| 494 | DMI_BOARD_VENDOR, | 495 | DMI_BOARD_VENDOR, |
| 495 | DMI_BOARD_NAME, | 496 | DMI_BOARD_NAME, |
