Skip to content

Commit 433b23a

Browse files
committed
Merge tag 'dmi-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Pull dmi update from Jean Delvare: - include product_family info in dmi-id modalias * tag 'dmi-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: firmware/dmi: Include product_family info to modalias
2 parents 7e8d852 + 1afafba commit 433b23a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/firmware/dmi-id.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ static ssize_t get_modalias(char *buffer, size_t buffer_size)
9696
{ "ct", DMI_CHASSIS_TYPE },
9797
{ "cvr", DMI_CHASSIS_VERSION },
9898
{ "sku", DMI_PRODUCT_SKU },
99+
{ "pfa", DMI_PRODUCT_FAMILY },
99100
{ NULL, DMI_NONE }
100101
};
101102

0 commit comments

Comments
 (0)