WDF: reattaching buffers for 1394 isochronous transfer
- From: "min" <min@xxxxxx>
- Date: Thu, 3 Jan 2008 17:44:31 +0100
By kmdf 1394 sample driver in WDK6000 :
I would like to reattach buffers during isochronous transfer.
My idea is to call the function 't1394_IsochAttachBuffers' in
't1394_IsochCallback' (both functions in
\WINDDK\6000\src\kmdf\1394\driver\isochapi.c), so the kernel reattach
buffers when the callback function is called :
----------------------------------
t1394_IsochCallback(){
....
t1394_IsochCleanup();
t1394_IsochAttachBuffers();
....
}
----------------------------------
Is my idea capable to realize reattaching buffers for isochronous transfer?
Could someone give me an advice?
Thanks in advance,
min
.
- Prev by Date: Re: ml64, PROC and parameters
- Next by Date: Re: NDIS test app needed
- Previous by thread: Usb Device Viewer x64
- Next by thread: Installing Driver Simulation Framework causes checked OS not to boot
- Index(es):