mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +00:00
[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:
parent
cf494ea401
commit
ba68ad2102
3 changed files with 65 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue