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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 CB952C07E95 for ; Tue, 13 Jul 2021 19:08:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D43E61380 for ; Tue, 13 Jul 2021 19:08:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230145AbhGMTLk (ORCPT ); Tue, 13 Jul 2021 15:11:40 -0400 Received: from relais.etsmtl.ca ([142.137.1.25]:50398 "EHLO relais.etsmtl.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229944AbhGMTLj (ORCPT ); Tue, 13 Jul 2021 15:11:39 -0400 Content-Type: text/plain; charset="UTF-8" DKIM-Signature: v=1; a=rsa-sha256; d=etsmtl.ca; s=bbb; c=relaxed/relaxed; t=1626203329; h=from:subject:to:date:ad-hoc; bh=kCSZITT72SLEKJj7jLsnZk6GT7dAyDlxceBRcEj+gnA=; b=uCdr9cKMnoelyB5jXDWUk5MN/5Gu6SFQy2MFZVp4bNhXkF7GDyKklOFrWs6wsR/aj1YkfDF4uVH hPABYHqAlFAV1wBd79xtNPAGceii7cCV605X8iWaTh1BjU+eIG7p2b7WiTohu3D+WZmOL2V6Sejdu wlT72i13lB91x151irA= X-Gm-Message-State: AOAM532lPMxI9kP7U135jVLBTnLQqN6vpBebHzi8VlUQjeM2GeNkAgK5 /Nl7NEqPIi0mbIbrk55JVTS3kIsfyiGsMo8l2pc= X-Google-Smtp-Source: ABdhPJxEzR38cLmUYCXDBs07JvA6IJpbDflOR26Bbj/5XeWzTbgEuwFsS6mvHN8AiSI2FFbHfGLLebbzb2wLkybyHcY= X-Received: by 2002:a05:6122:17a7:: with SMTP id o39mr7035953vkf.25.1626203328382; Tue, 13 Jul 2021 12:08:48 -0700 (PDT) MIME-Version: 1.0 References: <20210604161023.1498582-1-pascal.giard@etsmtl.ca> In-Reply-To: From: Pascal Giard Date: Tue, 13 Jul 2021 15:08:37 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] HID: sony: fix freeze when inserting ghlive ps3/wii dongles To: Jiri Kosina CC: Benjamin Tissoires , , Daniel Nguyen X-Originating-IP: [142.137.250.50] X-ClientProxiedBy: FacteurB.ad.etsmtl.ca (10.162.28.15) To FacteurB.ad.etsmtl.ca (10.162.28.15) Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Tue, Jun 15, 2021 at 4:54 AM Jiri Kosina wrote: > > On Fri, 4 Jun 2021, Pascal Giard wrote: > > > This commit fixes a freeze on insertion of a Guitar Hero Live PS3/WiiU > > USB dongle. Indeed, with the current implementation, inserting one of > > those USB dongles will lead to a hard freeze. I apologize for not > > catching this earlier, it didn't occur on my old laptop. > > Applied to for-5.13/upstream-fixes branch, thanks. Thanks Jiri! I saw that it propagated to 5.13 and 5.12. It also made it to Linus' tree, I can see it in his master branch. 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? Best regards, -Pascal