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

add support for Dualsense Edge #29

Open
aferust opened this issue May 18, 2023 · 3 comments
Open

add support for Dualsense Edge #29

aferust opened this issue May 18, 2023 · 3 comments

Comments

@aferust
Copy link

aferust commented May 18, 2023

in:

https://github.com/Ohjurot/DualSense-Windows/blob/main/VS19_Solution/DualSenseWindows/src/DualSenseWindows/IO.cpp#L91

//0x0CE6 => regular dualsense 0x0DF2 => dualsense edge
if (vendorId == 0x054C && (productId == 0x0CE6 || productId == 0x0DF2))

@aferust
Copy link
Author

aferust commented May 19, 2023

and in setDeviceOutputState

The USB input report size must be 64 for the ds edge controller. I wonder if 48 is correct for a regular one. I will confirm this when I get my regular controller back from the repair service.

@BLesnau
Copy link

BLesnau commented Jun 16, 2023

@aferust Did you ever get this to work with the Edge controller? I just checked for the new productId and it does not work for me. I did not change the report size yet. That should be required like you are saying as well?

The bluetooth report size is different than the usb report size as well, so I'm not sure if both would need to be updated. I honestly don't know enough about this stuff to even figure out what the size should be.

@aferust
Copy link
Author

aferust commented Jun 16, 2023

Dear Ludwig, I am on a vacation at the moment, and I cannot give you solid answers to you. İ will be back on the next week. And handle this

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

No branches or pull requests

2 participants