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.

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

+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