mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:13:04 +00:00
[USB-BRINGUP]
- Fix build svn path=/branches/usb-bringup/; revision=54835
This commit is contained in:
parent
d1e00dac5c
commit
874bc6a408
1 changed files with 6 additions and 6 deletions
|
@ -344,7 +344,7 @@ HidParser_GetSpecificValueCapsWithReport(
|
||||||
HIDPARSER_STATUS
|
HIDPARSER_STATUS
|
||||||
HidParser_GetUsagesWithReport(
|
HidParser_GetUsagesWithReport(
|
||||||
IN PHID_PARSER Parser,
|
IN PHID_PARSER Parser,
|
||||||
IN HIDP_REPORT_TYPE ReportType,
|
IN ULONG ReportType,
|
||||||
IN USAGE UsagePage,
|
IN USAGE UsagePage,
|
||||||
OUT USAGE *UsageList,
|
OUT USAGE *UsageList,
|
||||||
IN OUT PULONG UsageLength,
|
IN OUT PULONG UsageLength,
|
||||||
|
@ -354,7 +354,7 @@ HidParser_GetUsagesWithReport(
|
||||||
HIDPARSER_STATUS
|
HIDPARSER_STATUS
|
||||||
HidParser_GetScaledUsageValueWithReport(
|
HidParser_GetScaledUsageValueWithReport(
|
||||||
IN PHID_PARSER Parser,
|
IN PHID_PARSER Parser,
|
||||||
IN HIDP_REPORT_TYPE ReportType,
|
IN ULONG ReportType,
|
||||||
IN USAGE UsagePage,
|
IN USAGE UsagePage,
|
||||||
IN USAGE Usage,
|
IN USAGE Usage,
|
||||||
OUT PLONG UsageValue,
|
OUT PLONG UsageValue,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue