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 C2C9BC61DA4 for ; Thu, 9 Feb 2023 15:40:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231426AbjBIPko (ORCPT ); Thu, 9 Feb 2023 10:40:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230286AbjBIPkm (ORCPT ); Thu, 9 Feb 2023 10:40:42 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6359625BB6 for ; Thu, 9 Feb 2023 07:40:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675957200; h=from:from:reply-to:subject:subject: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=0hQf86nfARy8f4W7PUmEGo7Q+XTg2P97T/ALpblhSTk=; b=MV8NROgaHiw2/I74A1Idv8qhscdjPanQ8I7gd4/jWRvcgDq6AV/SJEF2eJP0diVSytK7G5 NgOpQ676G3p+AWus/rx9MRSNT3jofPWI8m+XZjAqUjqCNMclPyNGm2NQTXUhiT6iFg2haM l0P3NSnlWs5hLTkWjSOIlt2+lHZSwvE= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-607-TC_lS1usPTuLB-2OhgiORQ-1; Thu, 09 Feb 2023 10:39:57 -0500 X-MC-Unique: TC_lS1usPTuLB-2OhgiORQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D8F561C08794; Thu, 9 Feb 2023 15:39:56 +0000 (UTC) Received: from plouf.local (ovpn-192-232.brq.redhat.com [10.40.192.232]) by smtp.corp.redhat.com (Postfix) with ESMTP id DDA44140EBF6; Thu, 9 Feb 2023 15:39:54 +0000 (UTC) From: Benjamin Tissoires To: linux-input@vger.kernel.org, Bastien Nocera Cc: linux-kernel@vger.kernel.org, Jiri Kosina , "Peter F . Patel-Schneider" , =?utf-8?q?Filipe_La=C3=ADns?= , Nestor Lopez Casado In-Reply-To: <20230206221256.129198-1-hadess@hadess.net> References: <20230206221256.129198-1-hadess@hadess.net> Subject: Re: (subset) [PATCH v2 1/3] HID: logitech-hidpp: Add more debug statements Message-Id: <167595719424.371927.3678472760896974183.b4-ty@redhat.com> Date: Thu, 09 Feb 2023 16:39:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 06 Feb 2023 23:12:54 +0100, Bastien Nocera wrote: > This should help us figure out some hairy problems with some devices. > > Applied to hid/hid.git (for-6.3/logitech), thanks! [1/3] HID: logitech-hidpp: Add more debug statements https://git.kernel.org/hid/hid/c/db5167cfaa0a Cheers, -- Benjamin Tissoires