[USB-BRINGUP-TRUNK]

- Fix hidparser build
- Based on a patch from igorko

svn path=/branches/usb-bringup-trunk/; revision=55030
This commit is contained in:
Cameron Gutman 2012-01-20 23:03:27 +00:00
parent 9dacc2a9ac
commit 5c6676a9a6
3 changed files with 9 additions and 5 deletions

View file

@ -101,7 +101,7 @@ HidParser_GetReportByType(
{
PHID_PARSER_CONTEXT ParserContext;
ULONG Index;
ULONG ReportCount = 0;
//ULONG ReportCount = 0;
//
// get parser context
@ -863,7 +863,7 @@ HidParser_GetScaledUsageValueWithReport(
PHID_PARSER_CONTEXT ParserContext;
ULONG Index;
PHID_REPORT Report;
ULONG ItemCount = 0;
//ULONG ItemCount = 0;
USHORT CurrentUsagePage;
PHID_REPORT_ITEM ReportItem;
ULONG Data;
@ -1017,7 +1017,7 @@ HidParser_DispatchKey(
//
// is this a key break
//
if (KeyAction == HidP_KeyboardBreak)
if (KeyAction == HidP_Keyboard_Break)
{
//
// add break