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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6379C433DF for ; Wed, 22 Jul 2020 19:47:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91BC120714 for ; Wed, 22 Jul 2020 19:47:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726649AbgGVTr1 (ORCPT ); Wed, 22 Jul 2020 15:47:27 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:45183 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726157AbgGVTr1 (ORCPT ); Wed, 22 Jul 2020 15:47:27 -0400 X-Originating-IP: 82.255.60.242 Received: from classic (lns-bzn-39-82-255-60-242.adsl.proxad.net [82.255.60.242]) (Authenticated sender: hadess@hadess.net) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B447220004; Wed, 22 Jul 2020 19:47:22 +0000 (UTC) Message-ID: <08812dc28896e5be07cfc40dda790f0d62171f7b.camel@hadess.net> Subject: Re: [PATCH v11 00/11] HID: nintendo From: Bastien Nocera To: Daniel Ogorchock , "Pierre-Loup A. Griffais" Cc: Roderick Colenbrander , linux-input , Billy Laws , Benjamin Tissoires , Jiri Kosina , "Colenbrander, Roelof" , Siarhei Vishniakou , s.jegen@gmail.com, Carl Mueller Date: Wed, 22 Jul 2020 21:47:21 +0200 In-Reply-To: References: <20200317032928.546172-1-djogorchock@gmail.com> <64ed771ebdd6c47c11a94f4e0ae365c6106b93f6.camel@hadess.net> <59a550594ac3824532a667c668bf1dcb80747599.camel@hadess.net> <703dfd7eeeb0839a34f8668c3a0d79c1ffd3ed59.camel@hadess.net> <292d45aa-cd32-3348-ce32-965281a52b20@valvesoftware.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.3 (3.36.3-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Wed, 2020-07-22 at 14:22 -0500, Daniel Ogorchock wrote: > > > I will probably hold off on submitting that until we > figure out the right > solution to the hidraw issue. Any chance you could make your work available as a stand-alone driver? Something like this: https://github.com/hadess/retrode would make it easy to test in-development versions of the driver until it lands (I might want to give a try to the optional features for the GBros adapter as we discussed a couple of months ago). Cheers