projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added standard keyboard HID report scancode defines (thanks to László Monda).
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Host.c
diff --git
a/LUFA/Drivers/USB/LowLevel/Host.c
b/LUFA/Drivers/USB/LowLevel/Host.c
index
f431b86
..
ac7898a
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Host.c
+++ b/
LUFA/Drivers/USB/LowLevel/Host.c
@@
-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,
};