nefarius / DsHidMini

Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers

Home Page:https://docs.nefarius.at/projects/DsHidMini/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove output report deduplicator

Kanuan opened this issue · comments

The output report deduplicator function was to prevent some older ds3 models from being flooded by output reports that could cause them to freeze.

It was never a perfect fix since the controller still could be flooded if the OutReps were different than the last one sent. Currently it's useless at best, since the Output Report Rate control completely fixes the issue, and can create problems at worst it blocking necessary output reports if it's enabled.

It's better to have it removed now to keep the code clean