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

DS4 via Wireless Adapter Support #10

Open
My1 opened this issue Sep 28, 2022 · 0 comments
Open

DS4 via Wireless Adapter Support #10

My1 opened this issue Sep 28, 2022 · 0 comments

Comments

@My1
Copy link

My1 commented Sep 28, 2022

so in This file there are several IDs for different PS-Type controllers from DS4 first gen up to DS5 into several other offerings. one thing that is missing tho, is the DS4 Wireless Adapter from Sony.

While I am not quite sure how the GUIDs work, it looks like everything but the first 4 bytes are static, with those 4 bytes being the product ID followed by the vendor ID.

The DS4 Wireless Adapter has the IDs 054c as Vendor and 0ba0 as Product:
https://pcilookup.com/?ven=054c&dev=0ba0&action=submit

so I would assume the lines to add would be something like this:

		// Wireless Adapter: {0BA0054C-0000-0000-0000-504944564944}
		{ 0x0BA0054C, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } },
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

1 participant