[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:
Johannes Anderwald 2012-02-01 10:36:19 +00:00
parent 2cc2771f69
commit 205e63a314
3 changed files with 26 additions and 4 deletions

View file

@ -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;
}