update hid.xc

This commit is contained in:
Steven Dan
2026-03-28 12:27:17 +08:00
parent a15bfeb615
commit f5f6426a0f

View File

@@ -83,7 +83,7 @@ XUD_Result_t HidInterfaceClassRequests(
#endif #endif
} }
if (buffer[1] == 0x77 && buffer[2] >= 0x8A) if (buffer[1] == 0x77 && buffer[2] >= 0x82)
{ {
process_send_params(&buffer[1], datalength - 1); process_send_params(&buffer[1], datalength - 1);
} }