Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

firmware/dmi: Include product_family info to modalias

Some platforms rely on modalias to customize configuration,
the product family helps to identify the hardware.

Add product_family to modalias for better utilization.
This patch mimics commit e26f023e01ef ("firmware/dmi:
Include product_sku info to modalias") that did the same
for product_sku, and commit f97a2103f1a7 ("firmware: dmi:
Move product_sku info to the end of the modalias") that
fixed regressions caused by the added field not being in
the end of the list.

Signed-off-by: Antoine Lassagne <antoine.lassagne@canonical.com>
Signed-off-by: Jean Delvare <jdelvare@suse.de>

authored by

Antoine Lassagne and committed by
Jean Delvare
1afafbaf 05f7e89a

+1
+1
drivers/firmware/dmi-id.c
··· 96 96 { "ct", DMI_CHASSIS_TYPE }, 97 97 { "cvr", DMI_CHASSIS_VERSION }, 98 98 { "sku", DMI_PRODUCT_SKU }, 99 + { "pfa", DMI_PRODUCT_FAMILY }, 99 100 { NULL, DMI_NONE } 100 101 }; 101 102