summaryrefslogtreecommitdiff
path: root/sys/dev/hid/hid.c
AgeCommit message (Expand)Author
2022-03-13hid: Avoid arithmetic overflow by rearranging inequalities.riastradh
2020-01-01Fix small read overflows when parsing HID tables. Noticed by kASan themaxv
2018-11-15Correctly handle signed/unsigned quantities in kernel HID parser.jakllsch
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer