[USB-BRINGUP-TRUNK]

- Revert r55030

svn path=/branches/usb-bringup-trunk/; revision=55035
This commit is contained in:
Cameron Gutman 2012-01-21 00:09:55 +00:00
parent d0fd35677e
commit bac7373d51
3 changed files with 5 additions and 9 deletions

View file

@ -49,7 +49,7 @@ HidParser_GetCollectionDescription(
OUT PHIDP_DEVICE_DESC DeviceDescription)
{
HIDPARSER_STATUS ParserStatus;
ULONG CollectionCount;
ULONG CollectionCount, ReportCount;
ULONG Index;
//
@ -678,9 +678,7 @@ HidParser_TranslateUsageAndPagesToI8042ScanCodes(
//
// process usage
//
//Status = HidParser_TranslateUsage(Parser, ChangedUsageList[Index].Usage, KeyAction, ModifierState, InsertCodesProcedure, InsertCodesContext);
UNIMPLEMENTED
Status = HIDPARSER_STATUS_NOT_IMPLEMENTED;
Status = HidParser_TranslateUsage(Parser, ChangedUsageList[Index].Usage, KeyAction, ModifierState, InsertCodesProcedure, InsertCodesContext);
}
else if (ChangedUsageList[Index].UsagePage == HID_USAGE_PAGE_CONSUMER)
{