Wiki/wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md

32 lines
833 B
Markdown
Raw Normal View History

2024-01-17 20:34:31 +00:00
# PlayStation 3 - DualShock 3 / Sixaxis
2024-01-17 19:23:50 +00:00
<img src="../../../wiki_images/controllers/ps3-dualshock3.png" width="250">
### Steam Input support
Yes
### Linux Kernel Support
Yes, 2.17 `hid-sony`
2024-01-19 17:12:58 +00:00
### Udev rules
```
# Sony PlayStation DualShock 3; Bluetooth; USB
KERNEL=="hidraw*", KERNELS=="*054C:0268*", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0268", MODE="0660", TAG+="uaccess"
## Motion Sensors
SUBSYSTEM=="input", KERNEL=="event*|input*", KERNELS=="*054C:0268*", 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
2024-01-18 06:11:32 +00:00
- DualShock 3 / Sixaxis: `RetroDECK: DualShock 3`
2024-01-17 19:23:50 +00:00
### RetroDECK Hotkeys
The same hotkeys are used for PS3, PS4, PS5 controllers. Read more here:
2024-04-09 06:43:29 +00:00
[Playstation: RetroDECK Hotkeys](../../wiki_rd_controls/hotkeys-playstation.md)