Skip to content

DS4 via Wireless Adapter Support #10

Description

@My1

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 } },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions