From bf8fd31904a94c1ec43c19a22b400d7be68f712a Mon Sep 17 00:00:00 2001 From: Shubhadeep Date: Mon, 17 Aug 2026 12:19:33 +0530 Subject: [PATCH] feat(supported-mice): update Attack Shark X8 SE to verified status The 0x25a7 GearHub protocol has been reverse-engineered and implemented. X8 SE is now verified with DPI, polling rate, and firmware support. Other 0x25a7 family entries updated to reference the new protocol. --- src/supported-mice.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/supported-mice.ts b/src/supported-mice.ts index 685ec4c..2443272 100644 --- a/src/supported-mice.ts +++ b/src/supported-mice.ts @@ -187,32 +187,32 @@ export const MICE: Mouse[] = [ // ATTACK SHARK ──────────────────────────────────────────────────────── { brand: "Attack Shark", model: "X3", status: "likely", req: 15, - note: "Driver implemented (0x25a7 family) — needs hardware test" }, + note: "0x25a7 GearHub protocol — needs hardware test" }, { brand: "Attack Shark", model: "X11", status: "likely", req: 10, note: "Driver implemented (0x1d57 / 0x25a7 families) — needs hardware test" }, { brand: "Attack Shark", model: "R5 Ultra", status: "supported", req: 7, pids: [0x0046, 0x0047], note: "PIDs 0x0046/0x0047 in the CompX/Lamzu driver (R5 Ultra profile)" }, { brand: "Attack Shark", model: "X6", status: "likely", req: 5, - note: "Driver implemented (0x25a7 family) — needs hardware test" }, + note: "0x25a7 GearHub protocol — needs hardware test" }, { brand: "Attack Shark", model: "R3", status: "likely", req: 4, note: "Driver implemented (0x373e family) — needs hardware test" }, { brand: "Attack Shark", model: "R1", status: "likely", req: 3, note: "Driver implemented (0x1d57 family) — needs hardware test" }, { brand: "Attack Shark", model: "X8 Ultra", status: "likely", req: 3, - note: "Driver implemented (0x25a7 family) — needs hardware test" }, - { brand: "Attack Shark", model: "X8 SE", status: "likely", req: 3, - note: "Driver implemented (0x25a7 family) — needs hardware test" }, + note: "0x25a7 GearHub protocol — needs hardware test" }, + { brand: "Attack Shark", model: "X8 SE", status: "supported", req: 2, + note: "0x25a7 GearHub protocol — DPI, polling, firmware" }, { brand: "Attack Shark", model: "X1", status: "likely", req: 2, - note: "Driver implemented (0x25a7 family) — needs hardware test" }, + note: "0x25a7 GearHub protocol — needs hardware test" }, { brand: "Attack Shark", model: "V3 Pro", status: "likely", req: 1, - note: "Driver implemented (0x25a7 family) — needs hardware test" }, + note: "0x25a7 GearHub protocol — needs hardware test" }, { brand: "Attack Shark", model: "X3 Pro", status: "likely", req: 1, - note: "Driver implemented (0x25a7 family) — needs hardware test" }, + note: "0x25a7 GearHub protocol — needs hardware test" }, { brand: "Attack Shark", model: "X11 SE", status: "likely", req: 1, note: "Driver implemented (0x1d57 / 0x25a7 families) — needs hardware test" }, { brand: "Attack Shark", model: "X8 PLUS", status: "likely", req: 1, - note: "Driver implemented (0x25a7 family) — needs hardware test" }, + note: "0x25a7 GearHub protocol — needs hardware test" }, { brand: "Attack Shark", model: "X12", status: "likely", req: 1, note: "Driver implemented (0x25a7 family) — needs hardware test" }, { brand: "Attack Shark", model: "R6", status: "likely", req: 1,