Skip to content

Commit

Permalink
udev/Sony Interactive Entertainment DualSense Wireless Controller.cfg…
Browse files Browse the repository at this point in the history
…: 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 libretro#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 libretro/RetroArch#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 :
  • Loading branch information
davidhedlund authored Jul 8, 2024
1 parent ae224d2 commit 33dbf9e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 33dbf9e

Please sign in to comment.