combo file

This commit is contained in:
laz 2025-02-14 08:42:26 +01:00
parent bbda22e94a
commit d3e682f015
5 changed files with 35 additions and 10 deletions

View file

@ -4,24 +4,30 @@
[Microsoft XAC Website](https://www.xbox.com/en-US/accessories/controllers/xbox-adaptive-controller) [Microsoft XAC Website](https://www.xbox.com/en-US/accessories/controllers/xbox-adaptive-controller)
> When everybody plays, we all win. The Xbox Adaptive Controller (XAC), released on September 4, 2018, is a video game controller designed by Microsoft for Windows PCs and the Xbox One and Xbox Series X/S consoles. It is a unified hub for devices that helps make gaming more accessible for gamers with limited mobility, allowing them to connect external devices such as switches, buttons, mounts, and joysticks to create a custom controller experience
### Steam Input Support ### Steam Input Support
Unknown
Yes
### Linux Kernel Support ### Linux Kernel Support
Yes, since 3.17 - `hid-microsoft` Yes, since 3.17 - `hid-microsoft`
Kernel Driver: [xpad](https://github.com/torvalds/linux/blob/master/drivers/input/joystick/xpad.c) Kernel Driver: [xpad](https://github.com/torvalds/linux/blob/master/drivers/input/joystick/xpad.c)
### Udev rules
```
# Xbox Adaptive Controller
SUBSYSTEM=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="0b0a", MODE="0660", TAG+="uaccess"
SUBSYSTEMS=="input", ATTRS{name}=="Xbox Adaptive Controller", MODE="0660", TAG+="uaccess"
```
### The xone Project ### The xone Project
[The xone Project](https://github.com/medusalix/xone) <br> [The xone Project](https://github.com/medusalix/xone) <br>
Has firmwares, udev rules and drivers might be needed to get it to run on your distribution to get the wireless connections working. Has firmwares, udev rules and drivers might be needed to get it to run on your distribution to get the wireless connections working.
## How to configure? ## How to configure?
As the XAC should be interpreted we `Xbox Wireless Controller` the RetroDECK team don't see any reason why this should not work with RetroDECK right out of the box. As the XAC should be interpreted we `Xbox Wireless Controller` the RetroDECK team don't see any reason why this should not work with RetroDECK right out of the box.
None on the RetroDECK Team owns a XAC, but we would love to hear from your experiences using it with RetroDECK. <br>
If there is something we in the team can help you with, maybe we can design a better general Steam Input profile for the XAC or any other feedback feel free to contact us on Discord.

View file

@ -2,10 +2,14 @@
<img src="../../../wiki_images/controllers/ps5-dualsense-edge.png" width="250"> <img src="../../../wiki_images/controllers/ps5-dualsense-edge.png" width="250">
he DualSense Edge controller, released in early 2023, is a premium variant of the DualSense. It includes several enhancements such as customizable rear paddles, two function buttons, and interchangeable thumbstick caps. The Edge also has a slightly heavier build, improved grip, and black-colored face buttons and D-pad.
### Steam Input support ### Steam Input support
Yes Yes
### Linux Kernel Support ### Linux Kernel Support
Yes, since 6.2 - `hid-playstation` Yes, since 6.2 - `hid-playstation`
### Sony Firmware Update ### Sony Firmware Update

View file

@ -2,10 +2,14 @@
<img src="../../../wiki_images/controllers/ps5-dualsense.png" width="250"> <img src="../../../wiki_images/controllers/ps5-dualsense.png" width="250">
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.
### Steam Input support ### Steam Input support
Yes Yes
### Linux Kernel Support ### Linux Kernel Support
Yes, since 5.14 - `hid-playstation` Yes, since 5.14 - `hid-playstation`
### Sony Firmware Update ### Sony Firmware Update

View file

@ -2,7 +2,16 @@
<img src="../../../wiki_images/controllers/ps3-dualshock3.png" width="250"> <img src="../../../wiki_images/controllers/ps3-dualshock3.png" width="250">
**Sixaxis Controller**
The Sixaxis controller, released on November 11, 2006, is the wireless gamepad developed by Sony for the PlayStation 3 console. It features motion sensing technology but lacks vibration feedback. The Sixaxis was the original controller for the PlayStation 3 until it was replaced by the DualShock 3 in 2008.
**DualShock 3 Controller**
The DualShock 3 controller, is the wireless gamepad developed by Sony for the PlayStation 3 console. It features Sixaxis motion sensing technology and vibration feedback. The controller has undergone several revisions.
### Steam Input support ### Steam Input support
Yes Yes
### Linux Kernel Support ### Linux Kernel Support
@ -23,8 +32,6 @@ SUBSYSTEM=="input", KERNEL=="event*|input*", KERNELS=="*054C:0268*", TAG+="uacce
- DualShock 3 / Sixaxis: `RetroDECK: DualShock 3` - DualShock 3 / Sixaxis: `RetroDECK: DualShock 3`
## RetroDECK Hotkeys ## RetroDECK Hotkeys
Read more here: Read more here:

View file

@ -2,10 +2,14 @@
<img src="../../../wiki_images/controllers/ps4-dualshock4.png" width="250"> <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 ### Steam Input support
Yes Yes
### Linux Kernel Support ### Linux Kernel Support
Yes, 3.15 `hid-sony`, replaced in 6.2 by `hid-playstation` Yes, 3.15 `hid-sony`, replaced in 6.2 by `hid-playstation`
### Udev rules ### Udev rules