From mboxrd@z Thu Jan 1 00:00:00 1970 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 41CE1C433FE for ; Wed, 1 Jun 2022 06:40:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239265AbiFAGkX (ORCPT ); Wed, 1 Jun 2022 02:40:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233201AbiFAGkW (ORCPT ); Wed, 1 Jun 2022 02:40:22 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A3A8954A4 for ; Tue, 31 May 2022 23:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=FMM3+gKMSCn+iHBqQAJbcY2TLanscj3ubi30QyPYXc0=; b=wWOrRLapnMqr8QaaXHuxBC5DWy MNS+efVTykYqEqq5L+dfad/bPPe8CKAociZGiCmulJI4WTAPEw8tN1WqeKjw5dqvTnU8io2d0Tbdi 6C4JiPM8v7oGsmzwcma4q90Kv8P/8Qka7GwcB01Z7EPZqpht48ZnfrAP16b+chuVux+dSZizKTk6C WXw8q3M7kFofoMv9Dw5qcrPzQqgUSdcGUaz0Vexke4giDxX4x4i5WONk7O9IgGcAD9X7+oo3CVj6N enZoOWMaLiMiWSeb5VMsvLrRYHQlLkfYrBRshJ3H36CuCn6Y8g9/IlskAVa6GafNuJ4+0RgQst5cK jvtSHiSg==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwI1h-0063Pm-VB; Wed, 01 Jun 2022 06:40:18 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id EAB3398137D; Wed, 1 Jun 2022 08:40:14 +0200 (CEST) Date: Wed, 1 Jun 2022 08:40:14 +0200 From: Peter Zijlstra To: Dmitry Torokhov Cc: linux-input@vger.kernel.org Subject: Re: Suspend/Resume (S3) issues with rmi_smbus Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Tue, May 31, 2022 at 10:54:20AM +0200, Peter Zijlstra wrote: > On Mon, May 30, 2022 at 12:15:40PM -0700, Dmitry Torokhov wrote: > > > Can you check the entire list of resume operations to make sure that > > PS/2 device is resumed before RMI one? > > It reports psmouse failure *after* the rmi4 failure. Is there a knob to > make it print more device model details on resume? > > > You can also try overriding devices driven by rmi_smbus as needing > > synchronous resume (see > > https://lore.kernel.org/all/YgHTYrODoo2ou49J@google.com/). > > I can confirm this works. I might have spoken too soon; this morning I still had no touchpad :/ Most weird.