Corngood, 1 year ago (edited 11 months ago) That’s great. If you get a chance, would you be able to test this patch? <span style="color:#323232;">diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c </span><span style="color:#323232;">index 297a88587031..3204bed08b3c 100644 </span><span style="color:#323232;">--- a/drivers/acpi/resource.c </span><span style="color:#323232;">+++ b/drivers/acpi/resource.c </span><span style="color:#323232;">@@ -484,6 +484,18 @@ static const struct dmi_system_id tongfang_gm_rg[] = { </span><span style="color:#323232;"> DMI_MATCH(DMI_BOARD_NAME, "GMxRGxx"), </span><span style="color:#323232;"> }, </span><span style="color:#323232;"> }, </span><span style="color:#323232;">+ { </span><span style="color:#323232;">+ .ident = "Infinity E15-5A165-BM" </span><span style="color:#323232;">+ .matches = { </span><span style="color:#323232;">+ DMI_MATCH(DMI_BOARD_NAME, "GM5RG1E0009COM"), </span><span style="color:#323232;">+ }, </span><span style="color:#323232;">+ }, </span><span style="color:#323232;">+ { </span><span style="color:#323232;">+ .ident = "Infinity E15-5A305-1M" </span><span style="color:#323232;">+ .matches = { </span><span style="color:#323232;">+ DMI_MATCH(DMI_BOARD_NAME, "GM5RGEE0016COM"), </span><span style="color:#323232;">+ }, </span><span style="color:#323232;">+ }, </span><span style="color:#323232;"> { } </span><span style="color:#323232;"> }; </span><span style="color:#323232;"> </span> I’d like to try to get it upstream, and that seems like the sanest way to do it. You might need to be on linux 6.5+ for this patch to apply, and if you could verify that it’s still broken on 6.6 without the patch, that would be nice.
That’s great. If you get a chance, would you be able to test this patch?
<span style="color:#323232;">diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c </span><span style="color:#323232;">index 297a88587031..3204bed08b3c 100644 </span><span style="color:#323232;">--- a/drivers/acpi/resource.c </span><span style="color:#323232;">+++ b/drivers/acpi/resource.c </span><span style="color:#323232;">@@ -484,6 +484,18 @@ static const struct dmi_system_id tongfang_gm_rg[] = { </span><span style="color:#323232;"> DMI_MATCH(DMI_BOARD_NAME, "GMxRGxx"), </span><span style="color:#323232;"> }, </span><span style="color:#323232;"> }, </span><span style="color:#323232;">+ { </span><span style="color:#323232;">+ .ident = "Infinity E15-5A165-BM" </span><span style="color:#323232;">+ .matches = { </span><span style="color:#323232;">+ DMI_MATCH(DMI_BOARD_NAME, "GM5RG1E0009COM"), </span><span style="color:#323232;">+ }, </span><span style="color:#323232;">+ }, </span><span style="color:#323232;">+ { </span><span style="color:#323232;">+ .ident = "Infinity E15-5A305-1M" </span><span style="color:#323232;">+ .matches = { </span><span style="color:#323232;">+ DMI_MATCH(DMI_BOARD_NAME, "GM5RGEE0016COM"), </span><span style="color:#323232;">+ }, </span><span style="color:#323232;">+ }, </span><span style="color:#323232;"> { } </span><span style="color:#323232;"> }; </span><span style="color:#323232;"> </span>
I’d like to try to get it upstream, and that seems like the sanest way to do it.
You might need to be on linux 6.5+ for this patch to apply, and if you could verify that it’s still broken on 6.6 without the patch, that would be nice.