]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware/dmi: Include product_family info to modalias
authorAntoine Lassagne <antoine.lassagne@canonical.com>
Mon, 9 Feb 2026 12:27:16 +0000 (13:27 +0100)
committerJean Delvare <jdelvare@suse.de>
Mon, 9 Feb 2026 12:27:16 +0000 (13:27 +0100)
commit1afafbaf749d8e8ec53f8e38efdc731131902b5b
treec90f6754bca667630f99fce0d5bde71cb2dd106f
parent05f7e89ab9731565d8a62e3b5d1ec206485eeb0b
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>
drivers/firmware/dmi-id.c