Sweden-Number/dlls/hidclass.sys
Rémi Bernon dc7547a84b hidclass.sys: Factor HIDP_BUTTON_CAPS with HIDP_VALUE_CAPS.
Buttons are really just values with BitSize == 1, and having a union for
that makes the code more complicated than it needs.

We'll simplify the code a lot using HIDP_VALUE_CAPS everywhere, as the
two structure types are compatible.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-06-04 20:00:30 +02:00
..
Makefile.in hidclass.sys: Use __wine_send_input to send device notifications. 2021-05-10 22:02:09 +02:00
buffer.c hidclass.sys: Use nameless unions. 2021-06-04 20:00:30 +02:00
descriptor.c hidclass.sys: Factor HIDP_BUTTON_CAPS with HIDP_VALUE_CAPS. 2021-06-04 20:00:30 +02:00
device.c hidclass.sys: Use nameless unions. 2021-06-04 20:00:30 +02:00
hid.h hidclass.sys: Register GUID_DEVINTERFACE_KEYBOARD interface. 2021-04-23 20:02:06 +02:00
hidclass.sys.spec
pnp.c hidclass.sys: Use nameless unions. 2021-06-04 20:00:30 +02:00