wine/dlls/hid
Piotr Caban 395d268565 hid: Change format of preparsed data.
Advantages of this format:
  - all table elements have constant size, that makes iterating table easier
  - allow report lookup by report ID in O(1) time
  - doesn't sort reports, it makes it possible to preserve original order
  of elements making output of functions more similar to native
  - preparsed data is created from collection, this will allow to add
  support for multiple top-most collections

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-13 18:48:51 +02:00
..
tests hid/tests: Do not fail when the device is busy. 2019-03-25 16:17:10 +01:00
hid.spec hid: Add HidP_SetUsages implementation. 2019-05-06 08:04:14 -05:00
hidd.c hid: Implement HidD_FlushQueue(). 2019-04-08 19:35:47 +02:00
hidp.c hid: Change format of preparsed data. 2019-05-13 18:48:51 +02:00
main.c
Makefile.in
parse.h hid: Change format of preparsed data. 2019-05-13 18:48:51 +02:00
version.rc