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