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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FCEDC46CA3 for ; Tue, 28 Nov 2023 02:39:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234413AbjK1Cei (ORCPT ); Mon, 27 Nov 2023 21:34:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231623AbjK1Ceg (ORCPT ); Mon, 27 Nov 2023 21:34:36 -0500 Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CAF71A3; Mon, 27 Nov 2023 18:34:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1701138881; x=1701398081; bh=OmKNEOhmfI/LCTYuOTunAYKjcYUROIpp2HXRooB1X0c=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=G/Tyry1mef+qYx4ORvjLEUpkl/SmR23hN7EF5XOK6up6aRgShlTdw5GQrMUcB5BMh THAj8GGw6nVPY90y/c+9xu7/GN2s2rxe5i3/d6WVOgDwn+BWgwlZFoqjPVoYDcJLJu q2XcoH8GXbVJGoZxduA4W52hVEI263vxjhjeyhcrmABPwi6l5j7Lsu9BVEYmYo+OCk H2stKxvlclJZghpNzLr3Cq/c+ussVQEpIJxrKYaPlLwd6Aa8BUVUcldZwQnA3zTPTi u3UoTmStQbSD6oZc44wOnGbNPErgS6ejUkQDtHNFKT+CjVLSHlvFDBPcEqcVQkxHV0 oTwBdTpyUX2JQ== Date: Tue, 28 Nov 2023 02:34:34 +0000 To: Alexander Koskovich From: Rahul Rameshbabu Cc: roderick.colenbrander@sony.com, jikos@kernel.org, benjamin.tissoires@redhat.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] hid-playstation: Fix button maps for the DualSense Edge controller Message-ID: <8734wqehc9.fsf@protonmail.com> Feedback-ID: 26003777:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Nov, 2023 02:19:42 +0000 "Alexander Koskovich" wrote: > To clarify, I did test this patch locally on Fedora Rawhide and confirm i= t works with games. It does resolve the issue, and is a workaround. > It's not just Steam/Proton I'm seeing this issue in, I'm seeing it in nat= ive Linux games like SuperTuxKart. > Thanks for confirming. I am not that familiar with stk but I believe it uses SDL2, which might be your common culprit. https://github.com/supertuxkart/stk-code/blob/a57ac415bbaf8e22a1c35f3ac09= 49c4dca322637/src/input/sdl_controller.cpp#L288 > > > On Monday, November 27th, 2023 at 9:16 PM, Rahul Rameshbabu wrote: > > >>=20 >>=20 >> On Sun, 26 Nov, 2023 00:15:49 +0000 "Alexander Koskovich" AKoskovich@pm.= me wrote: >>=20 >> > This brings functionality of the DualSense Edge controller inline >> > with the stock PS5 controller. >> >=20 >> > Signed-off-by: Alexander Koskovich akoskovich@pm.me >> > --- >>=20 >>=20 >> Will provide a follow-up to the relevant discussion. >>=20 >> https://lore.kernel.org/linux-input/P8jVfYBAwiM_8MIgshN0osVVfshfBH2-oZCQ= uqoqh0Hy76_031zuZvYXWl0edtfTUwDOSNlc5priSRXI3G5dboVh5VPbcdxzAcEF7EvUVgo=3D@= protonmail.com/T/#t >>=20 >> Since I assume this patch was not actually tested to resolve the issue >> based on the evtest results, I think we should drop this patch. Will >> mention some details I might have with regards to the behavior you are >> seeing with Steam/Proton specifically. >>=20 >> -- >> Thanks, >>=20 >> Rahul Rameshbabu