mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
DS5 Gen6 (0x13) #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeagueRaINi on GitHub (Jan 10, 2026).
PCB Revision Image
Controller Info
The touchpad feature report just returns
81000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000for both
this.getSystemInfo(5, 2, 8, false)andthis.getSystemInfo(5, 4, 8, false)@carpikes commented on GitHub (Jan 13, 2026):
Thank you! Just added detection for BDM-060M and BDM-060X. They probably removed (or changed id of) the command to get touchpad info. We can disable it for newer models until we find another way to get it.
@vanDrunen commented on GitHub (Jan 16, 2026):
A BDM-050 with HW Model 0x00000711 also doesn't show Touchpad FW Version or ID:

Another controller with HW Model 0x00000710 does show all info. On both controllers the touchpad is otherwise working fine.
@LeagueRaINi commented on GitHub (Jan 16, 2026):
Not surprising its also July firmware, has there been any effort of reversing the controller firmware? Couldnt find much more than ppl intercepting the encrypted files from the ps accessories app
@AbkarinoMHM commented on GitHub (Jan 16, 2026):
DualSenses 5th generation boards (BDM-050) actually have 2 versions, one is BDM-050R which uses a Realtek Audio chips and the other one is BDM-050M which uses a Mediatek audio chips.
@vanDrunen commented on GitHub (Jan 16, 2026):
This controller has the exact same firmware, only the HW Model is different, so it's probably not firmware related.

It must be a difference in components within the BDM-50 series (other that the audio chip).
Is there any other info I can supply?