Hi, On 3/18/23 17:40, Thomas Weißschuh wrote: > On Sat, Mar 18, 2023 at 08:14:41PM +1100, Frank Crawford wrote: >> Add support for A320M-S2H V2. Tested using module force_load option. >> >> Signed-off-by: Frank Crawford <frank@xxxxxxxxxxxxxxxxxx> > > Acked-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx> Thank you for your patch, I've applied this patch to my fixes branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=fixes Note it will show up in my fixes branch once I've pushed my local branch there, which might take a while. I will include this patch in my next fixes pull-req to Linus for the current kernel development cycle. Regards, Hans >> --- >> drivers/platform/x86/gigabyte-wmi.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/platform/x86/gigabyte-wmi.c b/drivers/platform/x86/gigabyte-wmi.c >> index 322cfaeda17b..4dd39ab6ecfa 100644 >> --- a/drivers/platform/x86/gigabyte-wmi.c >> +++ b/drivers/platform/x86/gigabyte-wmi.c >> @@ -140,6 +140,7 @@ static u8 gigabyte_wmi_detect_sensor_usability(struct wmi_device *wdev) >> }} >> >> static const struct dmi_system_id gigabyte_wmi_known_working_platforms[] = { >> + DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("A320M-S2H V2-CF"), >> DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M DS3H-CF"), >> DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M DS3H WIFI-CF"), >> DMI_EXACT_MATCH_GIGABYTE_BOARD_NAME("B450M S2H V2"), >> -- >> 2.39.2 >> >