From 33dbf9e540efb6aadfa1966138181c5f45f75511 Mon Sep 17 00:00:00 2001 From: David Hedlund Date: Mon, 8 Jul 2024 03:12:32 +0200 Subject: [PATCH] udev/Sony Interactive Entertainment DualSense Wireless Controller.cfg: Updated information: Removed hardware/firmware details for a tested controller The original information about hardware/firmware versions and tested GNU/Linux distributions has been removed. This is because the issue was identified as a bug in RetroArch, not related to specific controller versions. Removed: # # Successful evaluation of DualSense firmware versions + Tested GNU/Linux distribution (and kernel): # * DualSense (Model number: CFI-ZCT1W A. DualSense firmware: 0402) + Trisquel GNU/Linux 11 in live mode ($ uname -a: Linux trisquel 5.15.0-67-generic #74+11.0trisquel18 SMP Sun Mar 5 03:14:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux) Replaced (https://github.com/libretro/retroarch-joypad-autoconfig/pull/1135/files) with: # Note 2024-06-04 : # See https://github.com/libretro/RetroArch/issues/6920 # RetroArch's in-app feature to create autoconfig files is flawed and will attempt to create the 2 lines : # input_l2_btn = "6" # input_r2_btn = "7" # Those 2 lines are a downgrade from the 2 following lines which additionally allow l2/r2 to be polled as analog axises : --- ...Interactive Entertainment DualSense Wireless Controller.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/udev/Sony Interactive Entertainment DualSense Wireless Controller.cfg b/udev/Sony Interactive Entertainment DualSense Wireless Controller.cfg index 6239c65aa..4dfb3f450 100644 --- a/udev/Sony Interactive Entertainment DualSense Wireless Controller.cfg +++ b/udev/Sony Interactive Entertainment DualSense Wireless Controller.cfg @@ -1,8 +1,5 @@ # Required Linux kernel version for both USB and Bluetooth: 5.15 # Source: https://linuxiac.com/linux-kernel-5-12-released-with-many-essential-additions/ -# -# Successful evaluation of DualSense firmware versions + Tested GNU/Linux distribution (and kernel): -# * DualSense (Model number: CFI-ZCT1W A. DualSense firmware: 0402) + Trisquel GNU/Linux 11 in live mode ($ uname -a: Linux trisquel 5.15.0-67-generic #74+11.0trisquel18 SMP Sun Mar 5 03:14:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux) input_driver = "udev" input_device = "Sony Interactive Entertainment DualSense Wireless Controller"