Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86AF7C4332F for ; Tue, 23 Nov 2021 07:39:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234201AbhKWHmM (ORCPT ); Tue, 23 Nov 2021 02:42:12 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:39318 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234166AbhKWHmJ (ORCPT ); Tue, 23 Nov 2021 02:42:09 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 6E3A121891; Tue, 23 Nov 2021 07:39:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1637653141; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ntuc/d1v3aIwzR7MoYZrh+0RhIWLLjMFoPm+UC5pqJk=; b=W/YDsqKWrb/7i4lPJ37Md6TTOkHUkmZ20hPfUIuJbakFYJkArtkKqPhIyegwprUsri+mhS A9axhyU0MNtVs7T8iE4R6ukrb8QN4BgMi+JMvq7EIERJI9GbmUQYyfwx59ijnBpniGOKQQ 8HFoVe3mfHKaEzi5MI3tGe4bYQDvW9U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1637653141; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ntuc/d1v3aIwzR7MoYZrh+0RhIWLLjMFoPm+UC5pqJk=; b=v/LY+j4noGL6KrAPctVHgEn3wSI1AnTTbxktYvN3lMIPA8njE9SJao9ZsA6nV2FDiBQ8Z8 9aCrTJTHsjuBoKBQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 674A6A3B84; Tue, 23 Nov 2021 07:39:01 +0000 (UTC) Date: Tue, 23 Nov 2021 08:39:01 +0100 Message-ID: From: Takashi Iwai To: Samuel =?UTF-8?B?xIxhdm9q?= Cc: Takashi Iwai , Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Fabio Estevam Subject: Re: [PATCH v2] Input: i8042 - Add deferred probe support In-Reply-To: <0ffa3c3050c5a27688168702806193f4@cavoj.net> References: <20211117063757.11380-1-tiwai@suse.de> <0ffa3c3050c5a27688168702806193f4@cavoj.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 Nov 2021 21:56:52 +0100, Samuel Čavoj wrote: > > Hi Takashi, > > On 2021-11-17 07:37, Takashi Iwai wrote: > > [...] > > 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. > > > > > 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 > > Cc: Fabio Estevam > > Signed-off-by: Takashi Iwai > > Tested-by: Samuel Čavoj Glad to see that the patch helps. thanks, Takashi