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 12373C61DA4 for ; Mon, 6 Feb 2023 13:58:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231259AbjBFN6Y (ORCPT ); Mon, 6 Feb 2023 08:58:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231196AbjBFN6H (ORCPT ); Mon, 6 Feb 2023 08:58:07 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71FCE28871 for ; Mon, 6 Feb 2023 05:56:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675691742; 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=udRiWBPGyuwXAzVSmPHabP6GB21GNdoa0SYF1UWmHNI=; b=cG0kjQ3G2HQRUj4lxerUrauA0Ca8LpT8epCUtsk5zgU6+VaAhCnn1Pm+i9oWbf+v+2jhqT S5ndjm3CRevVOOFs+yIt9Oj/tkdiVEV74plNDaQTchxebPYxiY72XxrfkhPa5HqWPmmDBt xj3wrY2a1DoBXh/5YBycQJ8IY7c3Z4w= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-126-nmDdOM1oM96xkZ5ftwB09g-1; Mon, 06 Feb 2023 08:55:37 -0500 X-MC-Unique: nmDdOM1oM96xkZ5ftwB09g-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BC19B811E6E; Mon, 6 Feb 2023 13:55:36 +0000 (UTC) Received: from plouf.local (ovpn-192-160.brq.redhat.com [10.40.192.160]) by smtp.corp.redhat.com (Postfix) with ESMTP id 92E9B2026D37; Mon, 6 Feb 2023 13:55:35 +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: <20221207100033.64095-1-hadess@hadess.net> References: <20221207100033.64095-1-hadess@hadess.net> Subject: Re: [PATCH] HID: logitech-hidpp: Add constants for HID++ 2.0 error codes Message-Id: <167569173522.2840310.5991743706116877068.b4-ty@redhat.com> Date: Mon, 06 Feb 2023 14:55:35 +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.4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 07 Dec 2022 11:00:33 +0100, Bastien Nocera wrote: > Add constants for HID++ 2.0 error codes listed in "Protocol HID++2.0 > essential features" chapter, page 3, in > logitech_hidpp_2.0_specification_draft_2012-06-04.pdf > > Applied to hid/hid.git (for-6.3/logitech), thanks! [1/1] HID: logitech-hidpp: Add constants for HID++ 2.0 error codes https://git.kernel.org/hid/hid/c/76823bf3d650 Cheers, -- Benjamin Tissoires