Skip to content

Commit e19eede

Browse files
committed
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: MAINTAINERS: The DMI/SMBIOS tree has moved firmware/dmi: Include product_sku info to modalias
2 parents f0728bf + 3cb4d29 commit e19eede

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5443,7 +5443,7 @@ F: drivers/hwmon/dme1737.c
54435443
DMI/SMBIOS SUPPORT
54445444
M: Jean Delvare <jdelvare@suse.com>
54455445
S: Maintained
5446-
T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
5446+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next
54475447
F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
54485448
F: drivers/firmware/dmi-id.c
54495449
F: drivers/firmware/dmi_scan.c

drivers/firmware/dmi-id.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ static ssize_t get_modalias(char *buffer, size_t buffer_size)
8585
{ "svn", DMI_SYS_VENDOR },
8686
{ "pn", DMI_PRODUCT_NAME },
8787
{ "pvr", DMI_PRODUCT_VERSION },
88+
{ "sku", DMI_PRODUCT_SKU },
8889
{ "rvn", DMI_BOARD_VENDOR },
8990
{ "rn", DMI_BOARD_NAME },
9091
{ "rvr", DMI_BOARD_VERSION },

0 commit comments

Comments
 (0)