Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/HIDInjector/driver/HidInjectorKd.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ HID_REPORT_DESCRIPTOR G_DefaultReportDescriptor[] =
0x75, 0x08, // report size 8
0x95, 0x04, // report count 4
0x81, 0x00, // Input(Data, Array),
0x95, 0x05, // REPORT_COUNT (2)
0x95, 0x02, // REPORT_COUNT (2)
0x75, 0x08, // REPORT_SIZE (8)
0x81, 0x03, // INPUT (Cnst,Var,Abs)
0xC0, // End Collection,
Expand Down Expand Up @@ -78,7 +78,7 @@ HID_REPORT_DESCRIPTOR G_DefaultReportDescriptor[] =
0x75, 0x10, // Report Size(16)
0x95, 0x02, // Report Count(2)
0x81, 0x62, // Input(Data, Variable, Absolute, No Preferred, Null State)
0x95, 0x05, // REPORT_COUNT (2)
0x95, 0x02, // REPORT_COUNT (2)
0x75, 0x08, // REPORT_SIZE (8)
0x81, 0x03, // INPUT (Cnst,Var,Abs)
0xc0, // END_COLLECTION
Expand Down