Vojtěch Salajka

Results 6 issues of Vojtěch Salajka

std::atan2(0.0, 0.0) returns 0.0, so fpm::atan2(Fixed(0), Fixed(0)) should return Fixed(0)

When I type main.cpp into Filter by Path field to see only commits modifying this file, all commits disappear. Version v1.3.0

Opening External diff by double clicking the file instead of Right click > External Diff would make for a more pleasant experience.

enhancement

There was an extraneous byte in boot mouse report for composite device type mice. In existing code, this was only handled in process_generic_report, not tuh_hid_report_received_cb. This is a fix for...

…unt-overflow] e.g. when FPT_BITS == 64 and FPT_WBITS == 32

The len parameter is incorrect, it is 3 for many mice where it should be 4 or bigger. Essential data is then missing. For some mice, the len is correct,...