projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Host.c
diff --git
a/LUFA/Drivers/USB/LowLevel/Host.c
b/LUFA/Drivers/USB/LowLevel/Host.c
index
1932b64
..
037e6d8
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Host.c
+++ b/
LUFA/Drivers/USB/LowLevel/Host.c
@@
-162,8
+162,6
@@
void USB_Host_ProcessNextHostState(void)
break;
\r
}
\r
\r
- Pipe_SetInfiniteINRequests();
\r
-
\r
USB_ControlRequest = (USB_Request_Header_t)
\r
{
\r
.bmRequestType = (REQDIR_HOSTTODEVICE | REQTYPE_STANDARD | REQREC_DEVICE),
\r