Re: [PATCH] drivers: fix keyboard not working under some laptops
From: Luke Jones
Date: Sat Apr 29 2023 - 18:41:18 EST
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@xxxxxxxxxx>
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.