Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "wcmUSB: Correct bounds check of maximum button number"
This fixed the wrong issue, the undefined behavior was caused by (1 << btn) defaulting to int rather than unsigned int. See the follow-up commit for a fix. This reverts commit bf61b3e.
- Loading branch information