Added standard keyboard HID report scancode defines (thanks to László Monda).
This commit is contained in:
parent
2d49c09b38
commit
b8dfa976ce
12 changed files with 337 additions and 79 deletions
|
@ -341,7 +341,7 @@ uint8_t USB_Host_ClearPipeStall(const uint8_t EndpointNum)
|
|||
{
|
||||
.bmRequestType = (REQDIR_HOSTTODEVICE | REQTYPE_STANDARD | REQREC_ENDPOINT),
|
||||
.bRequest = REQ_ClearFeature,
|
||||
.wValue = FEATURE_ENDPOINT_HALT,
|
||||
.wValue = FEATURE_SEL_EndpointHalt,
|
||||
.wIndex = EndpointNum,
|
||||
.wLength = 0,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue