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=-8.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 04D12C636C8 for ; Thu, 15 Jul 2021 19:45:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DF5A061278 for ; Thu, 15 Jul 2021 19:45:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344309AbhGOTsd (ORCPT ); Thu, 15 Jul 2021 15:48:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:43342 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244046AbhGOTqy (ORCPT ); Thu, 15 Jul 2021 15:46:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id EF89461278; Thu, 15 Jul 2021 19:43:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626378240; bh=NHKr1EecKpqah9OK+5p0mSk4oHEPcCBlACibyugX2SA=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=IvzG2Fy5kyIskNqdBYT1tCCJ05v+na5pG643gsrGVxENRfUbywTQLLtdNG4waB70R khXGM9eLvletPKo/NGi65lfAtepfnx3tPvzRNbbDNAvKfluR9q6UXsex0HX5iFQyRi Sqe9DtxnTiZOAxibxMvx0dCoc3MlB95AqGTOefwoh2hoJ4X1hzCY44l1NM4WxkvNsu q/thFVftBYZgTZR1OWlynbKXtUim6OvSxNjsPm3r/NZHvKtUezX3+7HIj40/idKQ3i gvKizQ6lwV9P09UPKm9GdaCXllLDFYi+UbsQ07j34L+ObFkmCN+BeVhz5H4VMzJPE8 KNzALi5GkYbzw== Date: Thu, 15 Jul 2021 21:43:58 +0200 (CEST) From: Jiri Kosina To: Pascal Giard cc: Benjamin Tissoires , linux-input@vger.kernel.org, Daniel Nguyen Subject: Re: [PATCH] HID: sony: fix freeze when inserting ghlive ps3/wii dongles In-Reply-To: Message-ID: References: <20210604161023.1498582-1-pascal.giard@etsmtl.ca> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Tue, 13 Jul 2021, Pascal Giard wrote: > We (Daniel and myself) have a patch that we want to submit that will add > support for the PS4 version of the Guitar Hero Live dongle ;-) IIUC our > patch should be against dtor/master and not Linus' tree. > > However, we see that dtor/master is still behind, it does not include > the fix. Is there something I need to do? Do I just have to be > patient? Just base the patch on Linus' tree, submit the patch to Dmitry and indicate that it's based on more recent upstream than his master. He will manage :) Thanks, -- Jiri Kosina SUSE Labs