Add controller: Razer Wolverine V3 Pro. Update xpad.c#324
Closed
GammaLyrae wants to merge 1 commit intoparoj:masterfrom
GammaLyrae:patch-1
Closed
Add controller: Razer Wolverine V3 Pro. Update xpad.c#324GammaLyrae wants to merge 1 commit intoparoj:masterfrom GammaLyrae:patch-1
GammaLyrae wants to merge 1 commit intoparoj:masterfrom
GammaLyrae:patch-1
Conversation
Add support for the Razer Wolverine V3 Pro controller while operating in "PC Tournament Mode", which reports as an Xbox 360 device.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for the Razer Wolverine V3 Pro controller while operating in "PC Tournament Mode", which reports as an Xbox 360 device.
Explanation: The controller can be connected in one of two ways. Wired over USB, or over a packaged dongle. The dongle does not function like a standard Xinput Wireless Dongle and is designed only to pair to the specific model it was packaged with. As far as the operating system is concerned, the dongle is presenting the controller as if it were wired, and it handles all wireless communications on its own. If the controller is off, no device is reported to the host OS.
Its "default" mode that works with the Xbox Series consoles reports at 250hz. This pull request is for the secondary mode, which when used over a wire supports 1000hz reporting, though you can still engage this mode when connecting the controller to the dongle and it'll report at 250hz just fine. Razer calls this "PC Tournament Mode", and the controller/dongle report to the host OS as an Xbox 360 device. This pull request updates the table to look for the vendor/product ID that matches this mode. Updating the table to have the driver look for this controller allows for force feedback in supported titles.
Note: The driver can likely be updated to also support the other mode, which reports as an Xbox Series device and utilizes GIP. However, as I've not done extensive personal testing with this mode in use, my commit doesn't include an update for the table that supports that mode.