Skip to content

sony-gamepad: add initial PS5 USB controller support

Same as MR-94, but against master of my development fork.

Initial support for the new PS5 DualSense controller for use with hid-playstation introduced in Linux 5.12.

The current PS5 implementation is very similar to the PS4 controller implementation. Where possible some classes are reused (PSSensor, PSTouchReport, PSTouchPoint) and the PS5Controller class is very similar to PS4Controller class allowing reuse of the unit tests (at least for now until there are DualSense specific features).

Signed-off-by: Roderick Colenbrander roderick.colenbrander@sony.com

Merge request reports