Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for PS5 controller with different name #3

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

git-developer
Copy link

I have a genuine PS5 controller here whose name differs from the names currently supported by dsdrv:

  • Sony Interactive Entertainment DualSense Wireless Controller (USB)
  • DualSense Wireless Controller (Bluetooth)

I used the following command to find out the name:
evtest </dev/null 2>&1 | grep -ioP '/dev/input/event.*:\s*\K.*controller.*$'

I successfully tested that dsdrv provides motion and touch for the controller using this patch.

I have a genuine PS5 controller here whose name differs from the names currently supported by dsdrv:
* `Sony Interactive Entertainment DualSense Wireless Controller` (USB)
* `DualSense Wireless Controller` (Bluetooth)

Command to list name: `evtest </dev/null 2>&1 | grep -ioP '/dev/input/event.*:\s*\K.*controller.*$'`
@lirannl lirannl merged commit 4154d14 into lirannl:main Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants