feat(attackshark): add Attack Shark vendor + community device tracker - #90
Open
DEERSTUDIO101 wants to merge 3 commits into
Open
feat(attackshark): add Attack Shark vendor + community device tracker#90DEERSTUDIO101 wants to merge 3 commits into
DEERSTUDIO101 wants to merge 3 commits into
Conversation
Register Attack Shark (VID 0x25a7) as a supported vendor in the WebHID filter list. Add the community device tracker page (/supported.html) with ~160 mice organised by brand and status (supported, PR pending, quick win, needs driver, unknown), with request counts from the community voting board. Co-Authored-By: viix0dev <151364628+viix0dev@users.noreply.github.com>
Attack Shark R5 Ultra and R3 wireless models ship on the Lamzu OEM chipset (VID 0x373e). Add this VID to the WebHID filter so the device picker can surface them. The AttackShark driver excludes known Lamzu PIDs so genuine Lamzu hardware keeps its own driver. Co-Authored-By: viix0dev <151364628+viix0dev@users.noreply.github.com>
Devices using the Attack Shark R1/X11 OEM chipset (VID 0x1d57) are now surfaced in the device picker. PIDs change per firmware revision so the AttackShark driver uses collection-based detection rather than a PID list. Protocol researched from open-source driver projects. Co-Authored-By: viix0dev <151364628+viix0dev@users.noreply.github.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.
Summary
0x25a7,0x373e,0x1d57) toSUPPORTED_HID_FILTERSso Attack Shark mice appear in the WebHID device picker/supported.html— a community device tracker page listing ~160 mice organised by brand and support status (supported, PR pending, quick win, needs driver, unknown), with vote counts from the community voting boardTest plan
dev.openmouse.app/check→ connect an Attack Shark mouse → device should be recognised/supported→ verify filter tabs, search, and brand grouping work correctlyCo-authored-by: viix0dev 151364628+viix0dev@users.noreply.github.com