[HIDPARSE]

- Check if the report uses a report id
- Fix arrows in USB 2 PS/2 conversion table (Needs more fixing)

svn path=/branches/usb-bringup-trunk/; revision=55440
This commit is contained in:
Johannes Anderwald 2012-02-05 20:28:26 +00:00
parent cf494ea401
commit ba68ad2102
3 changed files with 65 additions and 19 deletions

View file

@ -257,6 +257,11 @@ typedef struct
#define HID_REPORT_TYPE_OUTPUT 0x02
#define HID_REPORT_TYPE_FEATURE 0x04
ULONG
HidParser_UsesReportId(
IN PVOID CollectionContext,
IN UCHAR ReportType);
HIDPARSER_STATUS
HidParser_GetCollectionUsagePage(
IN PVOID CollectionContext,