firmware/dmi: Include product_sku info to modalias
Some Dell platforms rely on modalias to customize configuration, the product sku can be more specific for the hardware. Add product_sku to modalias for better utilization. Signed-off-by: Kai-Chuan Hsieh <kaichuan.hsieh@canonical.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
This commit is contained in:
parent
3650b228f8
commit
e26f023e01
|
@ -85,6 +85,7 @@ static ssize_t get_modalias(char *buffer, size_t buffer_size)
|
|||
{ "svn", DMI_SYS_VENDOR },
|
||||
{ "pn", DMI_PRODUCT_NAME },
|
||||
{ "pvr", DMI_PRODUCT_VERSION },
|
||||
{ "sku", DMI_PRODUCT_SKU },
|
||||
{ "rvn", DMI_BOARD_VENDOR },
|
||||
{ "rn", DMI_BOARD_NAME },
|
||||
{ "rvr", DMI_BOARD_VERSION },
|
||||
|
|
Loading…
Reference in New Issue