Re: [PATCH] Lenovo Legion Go WMI Control
From: Kurt Borja
Date: Mon Nov 18 2024 - 06:20:22 EST
On Mon, Nov 18, 2024 at 06:05:03PM +0800, zhixin zhang wrote:
> From: zhixin zhang <zhangzx36@xxxxxxxxxx>
>
> This driver provides support for modifying the performance mode
> function of Lenovo's Legion Go series.
>
> Signed-off-by: zhixin zhang <zhangzx36@xxxxxxxxxx>
> ---
> drivers/platform/x86/Kconfig | 9 +
> drivers/platform/x86/Makefile | 1 +
> drivers/platform/x86/legion-go-wmi.c | 552 +++++++++++++++++++++++++++
> 3 files changed, 562 insertions(+)
> create mode 100644 drivers/platform/x86/legion-go-wmi.c
Hi!
As a word of advice, you should analyze your patch with checkpatch.pl
before submitting. It gives me the following output for your patch:
./scripts/checkpatch.pl
[...]
total: 104 errors, 51 warnings, 574 lines checked
[...]
Regards,
Kurt