[HIDPARSE]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 31 Jan 2012 19:00:45 +0000 (19:00 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 31 Jan 2012 19:00:45 +0000 (19:00 +0000)
commitd0cec1a401b3b8dbd5a35921b44597f03f46f262
tree34c05ed4a0de5d0bb12da1f9b610c5911ecfd87b
parent3bb6d463d3e02ac8e5e25a92c0f82851526987f2
[HIDPARSE]
- Implement HidP_GetUsagesEx
- HidP_GetUsagesEx uses HidP_GetUsages with undefined usage page
- Required for hid usb support
- Check if there is a maximum set. In that case verify if a usage maximum has been set and apply it to the currnt usage. Fixes asserts while usb composite device installation (keyboard)

svn path=/branches/usb-bringup-trunk/; revision=55357
lib/drivers/hidparser/api.c
lib/drivers/hidparser/parser.c