[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <RSEWTR.AGD3LFFAJV9D@ljones.dev>
Date: Sun, 30 Apr 2023 10:36:27 +1200
From: Luke Jones <luke@...nes.dev>
To: hqp1203hqp@....com
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers: fix keyboard not working under some laptops
Hi
Additionally the patch isn't generated correctly.
In your main git of Linux kernel where the last commit is your patch do
`git format-patch HEAD^`
You should then end up with
0001-drivers-fix-keyboard-not-working-under-some-laptops.patch
On Sun, Apr 30 2023 at 10:32:03 +1200, Luke Jones <luke@...nes.dev>
wrote:
> Hi,
>
> Because this is a quirk sepcific to the FA507NV:
>
> > + .matches = {
> > + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> > + DMI_MATCH(DMI_BOARD_NAME, "FA507NV"),
> > + },
>
> perhaps the patch title should be renamed to reflect that?
>
> I have a user with the same issue, I will confirm it fixes the
> problem.
>
Powered by blists - more mailing lists