Re: [PATCH v2] Input: i8042 - Add deferred probe support
From: Takashi Iwai <hidden>
Date: 2021-11-23 07:39:06
Also in:
lkml
On Mon, 22 Nov 2021 21:56:52 +0100, Samuel Čavoj wrote:
Hi Takashi, On 2021-11-17 07:37, Takashi Iwai wrote:quoted
[...] The deferred probe mode is enabled either via the new option i8042.probe_defer or via the quirk table entry. As of this patch, the quirk table contains only ASUS ZenBook UX425UA.I own the ASUS ZenBook UX325UA and it has the exact same problem. Would you add it to the quirk table, or should I just submit another patch based on this one?
If another rewrite is requested, I can add yours in v3 patch. Other than that, please submit the additional patch.
The output of `dmidecode` is as follows: Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: ASUSTeK COMPUTER INC. Product Name: ZenBook UX325UA_UM325UA Thank you for tracking down this problem.quoted
The deferred probe part is based on Fabio's initial work. BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256 Link: https://lore.kernel.org/r/s5ho890n1rh.wl-tiwai@suse.de (local) Cc: Fabio Estevam <festevam@gmail.com> Signed-off-by: Takashi Iwai <redacted>Tested-by: Samuel Čavoj <redacted>
Glad to see that the patch helps. thanks, Takashi