[PATCH] platform/x86: msi-ec.c: Add support for MSI Pulse GL66 12UEK (12th Gen)

Luis de Carlos posted 1 patch 1 week, 5 days ago
drivers/platform/x86/msi-ec.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] platform/x86: msi-ec.c: Add support for MSI Pulse GL66 12UEK (12th Gen)
Posted by Luis de Carlos 1 week, 5 days ago
Signed-off-by: Luis de Carlos <reskoldo73@gmail.com>
---
 drivers/platform/x86/msi-ec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/msi-ec.c b/drivers/platform/x86/msi-ec.c
index f19504dbf164..1ce7963a207e 100644
--- a/drivers/platform/x86/msi-ec.c
+++ b/drivers/platform/x86/msi-ec.c
@@ -823,6 +823,7 @@ static struct msi_ec_conf CONF9 __initdata = {
 
 static const char * const ALLOWED_FW_10[] __initconst = {
 	"1582EMS1.107", // GF66 11UC
+	"1583EMS1.109", // Pulse GL66 12UEK 
 	NULL
 };
 
-- 
2.54.0
Re: [PATCH] platform/x86: msi-ec.c: Add support for MSI Pulse GL66 12UEK (12th Gen)
Posted by Ilpo Järvinen 1 week, 5 days ago
On Wed, 27 May 2026, Luis de Carlos wrote:

Hi,

Thanks for your submission.

Please don't put ".c" into shortlog (in Subject) prefixes.

You need to also add a changelog here even if the change is simple. The 
changelog text should be readable on it's own (without any reference to 
shortlog). Thus, for simple patches changelog largely duplicating the 
information that is in shortlog but should be written fully compliant to 
English rules (and may be more verbose if needed).

> Signed-off-by: Luis de Carlos <reskoldo73@gmail.com>
> ---
>  drivers/platform/x86/msi-ec.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/msi-ec.c b/drivers/platform/x86/msi-ec.c
> index f19504dbf164..1ce7963a207e 100644
> --- a/drivers/platform/x86/msi-ec.c
> +++ b/drivers/platform/x86/msi-ec.c
> @@ -823,6 +823,7 @@ static struct msi_ec_conf CONF9 __initdata = {
>  
>  static const char * const ALLOWED_FW_10[] __initconst = {
>  	"1582EMS1.107", // GF66 11UC
> +	"1583EMS1.109", // Pulse GL66 12UEK 
>  	NULL
>  };
>  
> 

-- 
 i.