mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 18:52:10 +00:00
[HIDPARSER] Implement HidP_GetValueCaps
This commit is contained in:
parent
2d5a230810
commit
927e1d0968
1 changed files with 7 additions and 3 deletions
|
@ -590,7 +590,11 @@ HidP_GetValueCaps(
|
|||
PUSHORT ValueCapsLength,
|
||||
PHIDP_PREPARSED_DATA PreparsedData)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
ASSERT(FALSE);
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
return HidP_GetSpecificValueCaps(ReportType,
|
||||
HID_USAGE_PAGE_UNDEFINED,
|
||||
HIDP_LINK_COLLECTION_UNSPECIFIED,
|
||||
0,
|
||||
ValueCaps,
|
||||
ValueCapsLength,
|
||||
PreparsedData);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue