From 874bc6a408dfc8ec438856480fd75e6cfffad872 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Wed, 4 Jan 2012 22:21:03 +0000 Subject: [PATCH] [USB-BRINGUP] - Fix build svn path=/branches/usb-bringup/; revision=54835 --- lib/drivers/hidparser/parser.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/drivers/hidparser/parser.h b/lib/drivers/hidparser/parser.h index 95b1050829f..3519530033b 100644 --- a/lib/drivers/hidparser/parser.h +++ b/lib/drivers/hidparser/parser.h @@ -344,7 +344,7 @@ HidParser_GetSpecificValueCapsWithReport( HIDPARSER_STATUS HidParser_GetUsagesWithReport( IN PHID_PARSER Parser, - IN HIDP_REPORT_TYPE ReportType, + IN ULONG ReportType, IN USAGE UsagePage, OUT USAGE *UsageList, IN OUT PULONG UsageLength, @@ -354,9 +354,9 @@ HidParser_GetUsagesWithReport( HIDPARSER_STATUS HidParser_GetScaledUsageValueWithReport( IN PHID_PARSER Parser, - IN HIDP_REPORT_TYPE ReportType, - IN USAGE UsagePage, + IN ULONG ReportType, + IN USAGE UsagePage, IN USAGE Usage, - OUT PLONG UsageValue, - IN PCHAR ReportDescriptor, - IN ULONG ReportDescriptorLength); \ No newline at end of file + OUT PLONG UsageValue, + IN PCHAR ReportDescriptor, + IN ULONG ReportDescriptorLength);