DS4 via Wireless Adapter Support #10

Open
opened 2022-09-28 18:46:21 +03:00 by My1 · 0 comments
My1 commented 2022-09-28 18:46:21 +03:00 (Migrated from github.com)

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 } },
so in [This file](https://github.com/PDModdingCommunity/PD-Loader/blob/dev/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h) 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: ```h // Wireless Adapter: {0BA0054C-0000-0000-0000-504944564944} { 0x0BA0054C, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/PDModdingCommunity_PD-Loader#10