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

hidraw by default, DualSense support #18

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

lirannl
Copy link

@lirannl lirannl commented Aug 30, 2021

No description provided.

@szymekc
Copy link

szymekc commented Aug 30, 2021

Running python -m dsdrv complains about --hidraw parameter not existing, despite it not being there. I applied a bandaid fix that introduces a valid --hidraw parameter which doesn't do anything. So far your DualSense support works perfect otherwise. Thanks!

git-developer and others added 4 commits June 26, 2023 06:47
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.*$'`
feat: add support for PS5 controller with different name
feat: add support for PS4 controller 054c:05c4
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.

None yet

3 participants