mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-23 14:15:40 +00:00
34 lines
918 B
Markdown
34 lines
918 B
Markdown
# PlayStation 5 - DualSense Edge
|
|
|
|
<img src="../../../wiki_images/controllers/ps5-dualsense-edge.png" width="250">
|
|
|
|
### Steam Input support
|
|
Yes
|
|
|
|
### Linux Kernel Support
|
|
Yes, since 6.2 - `hid-playstation`
|
|
|
|
### Sony Firmware Update
|
|
|
|
You can find the Windows software to update the firmware here:
|
|
|
|
[Playstation: DualSense Firmware Update](https://controller.dl.playstation.net/controller/lang/en/fwupdater.html)
|
|
|
|
### Udev rules
|
|
|
|
```
|
|
# Sony DualSense Edge Wireless-Controller; Bluetooth; USB
|
|
KERNEL=="hidraw*", KERNELS=="*054C:0DF2*", MODE="0660", TAG+="uaccess"
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0df2", MODE="0660", TAG+="uaccess"
|
|
```
|
|
|
|
## What is the Official RetroDECK - Steam Input Profile called?
|
|
|
|
- DualSense: `RetroDECK: DualSense`
|
|
|
|
### RetroDECK Hotkeys
|
|
|
|
The same hotkeys are used for PS3, PS4, PS5 controllers. Read more here:
|
|
|
|
[Playstation: RetroDECK Hotkeys](playstation-hotkeys.md)
|