winebus.sys: Add PID_USAGE_PARAMETER_BLOCK_OFFSET in the set condition report.

Fixes improper interpretation of the condition output reports.

Signed-off-by: Ivo Ivanov <logos128@gmail.com>
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Ivo Ivanov 2021-11-19 09:39:35 +01:00 committed by Alexandre Julliard
parent 438078d045
commit dfaf7e0490
1 changed files with 7 additions and 0 deletions

View File

@ -625,6 +625,13 @@ static BOOL hid_descriptor_add_set_condition(struct unix_device *iface)
REPORT_COUNT(1, 1),
OUTPUT(1, Data|Var|Abs),
USAGE(1, PID_USAGE_PARAMETER_BLOCK_OFFSET),
LOGICAL_MINIMUM(1, 0x00),
LOGICAL_MAXIMUM(1, 0x01),
REPORT_SIZE(1, 8),
REPORT_COUNT(1, 1),
OUTPUT(1, Data|Var|Abs),
USAGE(1, PID_USAGE_CP_OFFSET),
USAGE(1, PID_USAGE_POSITIVE_COEFFICIENT),
USAGE(1, PID_USAGE_NEGATIVE_COEFFICIENT),