mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# PlayStation 4 - DualShock 4
|
|
|
|
<img src="../../../wiki_images/controllers/ps4-dualshock4.png" width="250">
|
|
|
|
The DualShock 4 controller, released on November 15, 2013, is the wireless gamepad developed by Sony for the PlayStation 4 console. It features a touchpad, light bar, and improved ergonomics over its predecessor. The controller has undergone several revisions.
|
|
|
|
### Steam Input support
|
|
|
|
Yes
|
|
|
|
### Linux Kernel Support
|
|
|
|
Yes, 3.15 `hid-sony`, replaced in 6.2 by `hid-playstation`
|
|
|
|
### Udev rules
|
|
|
|
```
|
|
# Sony PlayStation DualShock 4; Bluetooth; USB
|
|
KERNEL=="hidraw*", KERNELS=="*054C:05C4*", MODE="0660", TAG+="uaccess"
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c4", MODE="0660", TAG+="uaccess"
|
|
|
|
# Sony PlayStation DualShock 4 Slim; Bluetooth; USB
|
|
KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0660", TAG+="uaccess"
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0660", TAG+="uaccess"
|
|
|
|
# Sony PlayStation DualShock 4 Wireless Adapter; USB
|
|
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ba0", MODE="0660", TAG+="uaccess"
|
|
```
|
|
|
|
## What is the Official RetroDECK - Steam Input Profile called?
|
|
|
|
- DualShock 4: `RetroDECK: DualShock 4`
|
|
|
|
|
|
## RetroDECK Hotkeys
|
|
|
|
Read more here:
|
|
|
|
[RetroDECK: Controller Hotkeys](../../wiki_rd_controls/hotkeys-retrodeck.md)
|