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
/
Pipe.h
diff --git
a/LUFA/Drivers/USB/LowLevel/Pipe.h
b/LUFA/Drivers/USB/LowLevel/Pipe.h
index
30f2d38
..
30e0fde
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Pipe.h
+++ b/
LUFA/Drivers/USB/LowLevel/Pipe.h
@@
-732,7
+732,9
@@
*
\r
* A newly configured pipe is frozen by default, and must be unfrozen before use via the \ref Pipe_Unfreeze()
\r
* before being used. Pipes should be kept frozen unless waiting for data from a device while in IN mode, or
\r
*
\r
* A newly configured pipe is frozen by default, and must be unfrozen before use via the \ref Pipe_Unfreeze()
\r
* before being used. Pipes should be kept frozen unless waiting for data from a device while in IN mode, or
\r
- * sending data to the device in OUT mode.
\r
+ * sending data to the device in OUT mode. IN type pipes are also automatically configured to accept infinite
\r
+ * numbers of IN requests without automatic freezing - this can be overridden by a call to
\r
+ * \ref Pipe_SetFiniteINRequests().
\r
*
\r
* \note The default control pipe does not have to be manually configured, as it is automatically
\r
* configured by the library internally.
\r
*
\r
* \note The default control pipe does not have to be manually configured, as it is automatically
\r
* configured by the library internally.
\r