mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:42:02 +00:00
[USB-BRINGUP-TRUNK]
- Revert r55030 svn path=/branches/usb-bringup-trunk/; revision=55035
This commit is contained in:
parent
d0fd35677e
commit
bac7373d51
3 changed files with 5 additions and 9 deletions
|
@ -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_Keyboard_Break)
|
||||
if (KeyAction == HidP_KeyboardBreak)
|
||||
{
|
||||
//
|
||||
// add break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue