mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:13:08 +00:00
[HIDPARSE]
- Use report value when report item bitcount > 1 [KBDHID] - Print raw report - KBDHID starts to receive normal keys and modifier keys svn path=/branches/usb-bringup-trunk/; revision=55364
This commit is contained in:
parent
2cc2771f69
commit
205e63a314
3 changed files with 26 additions and 4 deletions
|
@ -683,9 +683,8 @@ HidParser_TranslateUsageAndPagesToI8042ScanCodes(
|
|||
else
|
||||
{
|
||||
//
|
||||
// invalid page
|
||||
// invalid page / end of usage list page
|
||||
//
|
||||
DPRINT1("[HIDPARSE] Error unexpected usage page %x\n", ChangedUsageList[Index].UsagePage);
|
||||
return HIDP_STATUS_I8042_TRANS_UNKNOWN;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue