Wiki/wiki-rtd/docs/wiki_controllers/playstation/dualsense.md

40 lines
1.2 KiB
Markdown
Raw Normal View History

2024-01-17 19:23:50 +00:00
# PlayStation 5 - DualSense
<img src="../../../wiki_images/controllers/ps5-dualsense.png" width="250">
2025-02-14 07:42:26 +00:00
The DualSense controller, released on November 12, 2020, is the wireless gamepad developed by Sony for the PlayStation 5 console. It features haptic feedback, adaptive triggers, and a built-in microphone, providing an immersive gaming experience. The controller has undergone several revisions, including internal adjustments for improved stability and efficiency.
2024-01-17 19:23:50 +00:00
### Steam Input support
2025-02-14 07:42:26 +00:00
2024-01-17 19:23:50 +00:00
Yes
### Linux Kernel Support
2025-02-14 07:42:26 +00:00
2024-01-17 19:23:50 +00:00
Yes, since 5.14 - `hid-playstation`
2024-02-12 16:37:48 +00:00
### 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)
2024-01-19 17:12:58 +00:00
### Udev rules
```
# Sony DualSense Wireless-Controller; Bluetooth; USB
KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"
```
2024-01-17 20:34:31 +00:00
## What is the Official RetroDECK - Steam Input Profile called?
2024-01-17 19:23:50 +00:00
- DualSense: `RetroDECK: DualSense`
2025-02-14 06:47:11 +00:00
## RetroDECK Hotkeys
2024-04-09 06:43:29 +00:00
2025-02-14 06:47:11 +00:00
Read more here:
[RetroDECK: Controller Hotkeys](../../wiki_rd_controls/hotkeys-retrodeck.md)