Added standard keyboard HID report scancode defines (thanks to László Monda).

This commit is contained in:
Dean Camera 2010-10-28 23:11:49 +00:00
parent 2d49c09b38
commit b8dfa976ce
12 changed files with 337 additions and 79 deletions

View file

@ -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,
};