DualSense: Difference between revisions

From PS5 Developer wiki
Jump to navigation Jump to search
(add prototype pics)
(Started a table of byte values from USB HID Input and their respective functions)
Line 16: Line 16:
[[File:Dualsense Prototype Left.png]]<br>
[[File:Dualsense Prototype Left.png]]<br>
[[File:Dualsense prototype right.png]]<br>
[[File:Dualsense prototype right.png]]<br>
= USB Reverse Engineering =
{| class="wikitable"
|+ HID Input Values
|-
! Byte !! Function
|-
| 0x0  || ?
|-
| 0x1  || Left Joy X-Axis
|-
| 0x2 || Left Joy Y-Axis
|-
| 0x3 || Right Joy X-Axis
|-
| 0x4 || Right Joy Y-Axis
|-
|TBD
|}

Revision as of 18:46, 25 May 2021

Internals

Ds1.jpeg
Ds2.jpeg
Ds3.jpeg
Ds4.jpeg


  • pictures courtesy of wonder Mike

Prototype

Dualsense prototype front.png
Dualsense prototype back.png
Dualsense prototype side.png
Dualsense prototype back view.png
Dualsense Prototype Left.png
Dualsense prototype right.png

USB Reverse Engineering

HID Input Values
Byte Function
0x0 ?
0x1 Left Joy X-Axis
0x2 Left Joy Y-Axis
0x3 Right Joy X-Axis
0x4 Right Joy Y-Axis
TBD