razer: DeathAdder V4 Pro reachable over WebHID now, add Carbon Fiber Edition - #41
Merged
Conversation
…er Edition Razer's own live device allowlist (Synapse Web's AvailableDevices.json, fetched directly from synapse.razer.com/dashboard/) now lists productId 190/191 (0x00be/0x00bf) — the DeathAdder V4 Pro this project marked nativeOnly last month after the control channel genuinely failed on every interface with Synapse stopped. A firmware or descriptor update on Razer's side must have moved the control channel off the Chrome-protected collection; un-flag nativeOnly now that it's reachable again. Also adds the Carbon Fiber Edition (0x00ef/0x00f0, productId 239/240 in the same live allowlist) — a cosmetic SKU not yet in OpenRazer's own table, so its transaction id is assumed rather than audited (declared as such in the divergence test). Full test suite passes (572/572), including the nativeOnly-rejection test (retargeted at the Viper Ultimate wireless receiver, which the same allowlist still does not list) and the transaction-id audit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Razer's own live device allowlist (Synapse Web's
AvailableDevices.json, fetched directly from synapse.razer.com/dashboard/) now lists productId 190/191 (0x00be/0x00bf) — the DeathAdder V4 Pro this project markednativeOnlylast month after the control channel genuinely failed on every interface with Synapse stopped (commit fd99140). A firmware or descriptor update on Razer's side must have moved the control channel off the Chrome-protected collection; un-flaggingnativeOnlynow that it's reachable again.Also adds the Carbon Fiber Edition (0x00ef/0x00f0, productId 239/240 in the same live allowlist) — a cosmetic SKU not yet in OpenRazer's own table, so its transaction id is assumed (same family as 0x00be/0x00bf) rather than audited, and declared as such in the divergence test.
Full test suite passes (572/572), including the nativeOnly-rejection test (retargeted at the Viper Ultimate wireless receiver, which the same allowlist still does not list) and the transaction-id audit.