mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[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:
parent
9dacc2a9ac
commit
5c6676a9a6
3 changed files with 9 additions and 5 deletions
|
@ -49,7 +49,7 @@ HidParser_GetCollectionDescription(
|
|||
OUT PHIDP_DEVICE_DESC DeviceDescription)
|
||||
{
|
||||
HIDPARSER_STATUS ParserStatus;
|
||||
ULONG CollectionCount, ReportCount;
|
||||
ULONG CollectionCount;
|
||||
ULONG Index;
|
||||
|
||||
//
|
||||
|
@ -678,7 +678,9 @@ HidParser_TranslateUsageAndPagesToI8042ScanCodes(
|
|||
//
|
||||
// process usage
|
||||
//
|
||||
Status = HidParser_TranslateUsage(Parser, ChangedUsageList[Index].Usage, KeyAction, ModifierState, InsertCodesProcedure, InsertCodesContext);
|
||||
//Status = HidParser_TranslateUsage(Parser, ChangedUsageList[Index].Usage, KeyAction, ModifierState, InsertCodesProcedure, InsertCodesContext);
|
||||
UNIMPLEMENTED
|
||||
Status = HIDPARSER_STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
else if (ChangedUsageList[Index].UsagePage == HID_USAGE_PAGE_CONSUMER)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue