Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp2811864pxb; Tue, 21 Sep 2021 08:11:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz3l+coUlnozmOTMzs/Sdew1W7jS69cUr/NkfSmU/GJmwusqOxQqzYliqoDl70Rm17774RM X-Received: by 2002:a6b:e411:: with SMTP id u17mr412492iog.198.1632237089656; Tue, 21 Sep 2021 08:11:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632237089; cv=none; d=google.com; s=arc-20160816; b=Fum6NlDmXECTgfqkCC4lGwSYrDVHEPKLxcMmJxphbc0cCJXTedBslGy4UNmpkn+Ini reDECFlF3ajt2FtAQV2X+hHNEoPQynEVIPldM9/iCSNzncY9NlgAQOAFLyq9sfM6l3RX LX3gtQL6AlRJGXB8hVxmYk3+Y09HLvx0NQ1/WppiOLMl4GIOopWakAOHciW8JYFEG/QU fASQw2mRMzEwusof3OptDNvOgL3LR0k3DpcFgJef4KchjCDwxdFoT/UEiNM56+CWZg7R ecOnB8bm0EB5Rr40YbiVcpiarnrgcmkEyq/TGGuoYCotPiFQlF7l1tIbB48wXUlZYW3k feUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:jabber-id:message-id:subject:cc:to:from:date; bh=wtX55ydhfLOsfhimMdXrRgJxSRHE+sjrE40wP3+EE8A=; b=DMFVVVtRnioNv2cy9N2wf6QVytVGy21mQym6uLe11Buo54T9tBQ8WRCl/fbsJ5UWJ6 SLgsWXlDdCP1w34/cCI3EIO1zuW9ZAMFF0miXLIAn32Uqb28SmJw89ExvUx8j3f2xJJ6 waho9fPb2igruyG6dLjOahppQUx740dokaHYDaYvVzbCDojnwmccMBIj1iZOujSij9nm M+9El5rXzL+UQ+zSPeTYCOsVHCo8rcPgFDm1yO/LuFRDs7lyUVkVMMCzwqu6fZdJMecO keofvdcEnBngLcyWVpA1nqJVBNXsy+M5Mj+3XqdLZxooAiqdqv4DSPtU8aRvEpTgVzfr x92g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p33si15033913jac.94.2021.09.21.08.10.51; Tue, 21 Sep 2021 08:11:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233871AbhIUPKM (ORCPT + 99 others); Tue, 21 Sep 2021 11:10:12 -0400 Received: from 82-65-109-163.subs.proxad.net ([82.65.109.163]:58678 "EHLO luna.linkmauve.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233851AbhIUPKL (ORCPT ); Tue, 21 Sep 2021 11:10:11 -0400 Received: by luna.linkmauve.fr (Postfix, from userid 1000) id 0BB7CF40B68; Tue, 21 Sep 2021 17:08:37 +0200 (CEST) Date: Tue, 21 Sep 2021 17:08:37 +0200 From: Emmanuel Gil Peyrot To: Emmanuel Gil Peyrot Cc: linux-input@vger.kernel.org, Ash Logan , Jonathan =?utf-8?Q?Neusch=C3=A4fer?= , =?utf-8?Q?Barnab=C3=A1s_P=C5=91cze?= , Jiri Kosina , Benjamin Tissoires , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/4] HID: wiiu-drc: Add a driver for the Wii U gamepad Message-ID: <20210921150837.ingexwsauvxgluca@luna> Jabber-ID: linkmauve@linkmauve.fr References: <20210502232836.26134-1-linkmauve@linkmauve.fr> <20210519085924.1636-1-linkmauve@linkmauve.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ez74el7qvw7jyttg" Content-Disposition: inline In-Reply-To: <20210519085924.1636-1-linkmauve@linkmauve.fr> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ez74el7qvw7jyttg Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 19, 2021 at 10:59:20AM +0200, Emmanuel Gil Peyrot wrote: > This driver is for the DRC (wireless gamepad) when plugged to the DRH of > the Wii=C2=A0U, a chip exposing it as a USB device. Hi, I=E2=80=99d like to request a review on this series. I=E2=80=99ve been= using it with success for quite some months, and from a self-review after not having touched it for as long it still looks correct. :) Thanks! --=20 Emmanuel Gil Peyrot --ez74el7qvw7jyttg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEjrVT1SzTln43kCLJOWgfYkb2LpAFAmFJ9XIACgkQOWgfYkb2 LpCb/wf+PtGYAKzWAKJDC0I5XoreW7e2FLGsBvkwfnzcTQlP3DfyueyEMKTQXDZy ifvED6JV/hqgrMAyEekPNMmOez1kC1w8+JWrK0OvtXlIfwvEFNwpJScTQXusab5w bX4+DLwfLKE47LOXGWljzWTtQxh8uBOxpfwP3DojZYgQLPucXpbCN2DhbZznFtif Duv07lAsE16bxV/jxfw5e7w9Nf/ZSdypLDJ0R51IM3LBC7CAQIadj//HQHH6QWCl fuh2bd1ahvG96uwMrqg70s3q/A0Y9SXE7vwWTmFQsMwR5Rsuaeu7OcKxn/6RNvdX 1g5zkb1C7jI+KN+0SYxTlu45G2VS4A== =Hrq3 -----END PGP SIGNATURE----- --ez74el7qvw7jyttg--