mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
[HIDCLASS]
- Also store the HID_DEVICE_UP format in the hardware id list svn path=/branches/usb-bringup-trunk/; revision=55378
This commit is contained in:
parent
1f7ea29e28
commit
28ae797644
1 changed files with 2 additions and 1 deletions
|
@ -236,8 +236,9 @@ HidClassPDO_HandleQueryHardwareId(
|
|||
}
|
||||
|
||||
//
|
||||
// FIXME: add 'HID_DEVICE_UP:0001_U:0002'
|
||||
// add HID_DEVICE_UP:0001_U:0002'
|
||||
//
|
||||
Offset += swprintf(&Buffer[Offset], L"HID_DEVICE_UP:%04x_U:%04x", CollectionDescription->UsagePage, CollectionDescription->Usage) + 1;
|
||||
|
||||
//
|
||||
// add HID
|
||||
|
|
Loading…
Reference in a new issue