[HIDPARSER]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 31 Jan 2012 16:19:33 +0000 (16:19 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Tue, 31 Jan 2012 16:19:33 +0000 (16:19 +0000)
commit277b8f08718c6b59df1c707b5aec8acd947f1cc9
tree836974302e535bc5c8324f522f918dd4ef741d08
parentf53d09f118c4a46c9d020f8b830d8073ecd6161f
[HIDPARSER]
- Rewrite hidparser so that it support multiple top level collections
- Add support for flat collection context meaning all context structures are aligned in after each other. The reason this is required is that usermode hid.dll will access the same structure and thus can't use kernel pointers. User mode hid.dll is used to support keyboard with custom keys (for example search key, email key etc)

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