|
From: Dan S. <dds...@us...> - 2006-01-15 01:50:59
|
Update of /cvsroot/javax-usb/javax-usb/docs/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26671 Modified Files: jsr80.tex Log Message: spelling fix Index: jsr80.tex =================================================================== RCS file: /cvsroot/javax-usb/javax-usb/docs/src/jsr80.tex,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** jsr80.tex 7 Jan 2006 16:53:13 -0000 1.13 --- jsr80.tex 15 Jan 2006 01:50:39 -0000 1.14 *************** *** 196,200 **** pipe. The default control pipe requires \myinterface{UsbControlIrp}s, which contain meta-information besides the actual data buffer. The \myinterface{UsbControlIrp}s ! may be submitted synchronously or asyncronously. The submission methods behave the same, except the synchronous submission method blocks until the submission is complete, essentially meaning all data has been transferred. --- 196,200 ---- pipe. The default control pipe requires \myinterface{UsbControlIrp}s, which contain meta-information besides the actual data buffer. The \myinterface{UsbControlIrp}s ! may be submitted synchronously or asynchronously. The submission methods behave the same, except the synchronous submission method blocks until the submission is complete, essentially meaning all data has been transferred. *************** *** 323,327 **** control pipe. However, this pipe is not neccesarily a control-type pipe, and so other objects may be used for the communication. There are ! synchronous and asyncronous methods, which behave the same as the methods from the \myinterface{UsbDevice} interface; the synchronous methods block until complete, while the asynchronous methods return immediately --- 323,327 ---- control pipe. However, this pipe is not neccesarily a control-type pipe, and so other objects may be used for the communication. There are ! synchronous and asynchronous methods, which behave the same as the methods from the \myinterface{UsbDevice} interface; the synchronous methods block until complete, while the asynchronous methods return immediately |