diff --git a/wiki-rtd/docs/wiki_controllers/accessibility/xac.md b/wiki-rtd/docs/wiki_controllers/accessibility/xac.md
index 4d180d4..8d9143d 100644
--- a/wiki-rtd/docs/wiki_controllers/accessibility/xac.md
+++ b/wiki-rtd/docs/wiki_controllers/accessibility/xac.md
@@ -4,24 +4,30 @@
[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
-Unknown
+
+Yes
### Linux Kernel Support
+
Yes, since 3.17 - `hid-microsoft`
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](https://github.com/medusalix/xone)
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?
+
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.
-
-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.
-
-
diff --git a/wiki-rtd/docs/wiki_controllers/playstation/dualsense-edge.md b/wiki-rtd/docs/wiki_controllers/playstation/dualsense-edge.md
index 163a047..cb94e9e 100644
--- a/wiki-rtd/docs/wiki_controllers/playstation/dualsense-edge.md
+++ b/wiki-rtd/docs/wiki_controllers/playstation/dualsense-edge.md
@@ -2,10 +2,14 @@
+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
+
Yes
### Linux Kernel Support
+
Yes, since 6.2 - `hid-playstation`
### Sony Firmware Update
diff --git a/wiki-rtd/docs/wiki_controllers/playstation/dualsense.md b/wiki-rtd/docs/wiki_controllers/playstation/dualsense.md
index d12283e..82bca62 100644
--- a/wiki-rtd/docs/wiki_controllers/playstation/dualsense.md
+++ b/wiki-rtd/docs/wiki_controllers/playstation/dualsense.md
@@ -2,10 +2,14 @@
+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
+
Yes
### Linux Kernel Support
+
Yes, since 5.14 - `hid-playstation`
### Sony Firmware Update
diff --git a/wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md b/wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md
index 4555584..d37655d 100644
--- a/wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md
+++ b/wiki-rtd/docs/wiki_controllers/playstation/dualshock-3.md
@@ -2,7 +2,16 @@
+**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
+
Yes
### Linux Kernel Support
@@ -23,8 +32,6 @@ SUBSYSTEM=="input", KERNEL=="event*|input*", KERNELS=="*054C:0268*", TAG+="uacce
- DualShock 3 / Sixaxis: `RetroDECK: DualShock 3`
-
-
## RetroDECK Hotkeys
Read more here:
diff --git a/wiki-rtd/docs/wiki_controllers/playstation/dualshock-4.md b/wiki-rtd/docs/wiki_controllers/playstation/dualshock-4.md
index 41c6513..5f47654 100644
--- a/wiki-rtd/docs/wiki_controllers/playstation/dualshock-4.md
+++ b/wiki-rtd/docs/wiki_controllers/playstation/dualshock-4.md
@@ -2,10 +2,14 @@
+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