[USB-BRINGUP]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 4 Jan 2012 21:58:18 +0000 (21:58 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 4 Jan 2012 21:58:18 +0000 (21:58 +0000)
commitd1e00dac5ccc209020221fbc759080e31ae5cacd
treeb730c2405ed2693f061d0cd33d6de85f364d7eae
parent07ae01f96c9361e0efc60d35830e24fcc5451057
[USB-BRINGUP]
- Implement a HID parsing library, which is based on Haiku`s exellent HID Stack
- Implement HidP_FreeCollection, HidP_GetCaps, HidP_GetCollectionDescription, HidP_MaxUsageListLength, HidP_GetSpecificValueCaps, HidP_GetUsages, HidP_GetScaledUsageValue
- hidparse driver is now implemented enough to support a hid mouse
- Tested in VBox 4.1.4 + WinXP + ReactOS usbohci+ mouhid+ hidclass+ hidparse+hidusb

svn path=/branches/usb-bringup/; revision=54834
drivers/hid/hidparse/CMakeLists.txt
drivers/hid/hidparse/hidparse.c
drivers/hid/hidparse/hidparse.h
lib/drivers/CMakeLists.txt
lib/drivers/hidparser/CMakeLists.txt [new file with mode: 0644]
lib/drivers/hidparser/api.c [new file with mode: 0644]
lib/drivers/hidparser/hidparser.c [new file with mode: 0644]
lib/drivers/hidparser/hidparser.h [new file with mode: 0644]
lib/drivers/hidparser/parser.c [new file with mode: 0644]
lib/drivers/hidparser/parser.h [new file with mode: 0644]