I don't see an error. I see a short packet, which means the device
sent less than the maxPacketSize, or as you said, 3 bytes.
When that happens, the entire transaction is correctly terminated.
You will need a bus analyzer to see what is actually happening, but
my guess is the device is sending 3 bytes.
Rhoads Hollowell
USB Software Team
Apple Computer, Inc.
On Apr 18, 2005, at 9:58 AM, Michael Krugman wrote:
Hi List:
Can someone tell me what this error means? :
1037.714 [7] +IOUSBInterfaceUserClient(0x28d4600)::ReadPipeOOL
(0x2932938, 0x232f038, 20, 4)
1037.716 [7] IOUSBPipe[0x26de480]::Read #2
1037.716 [7] IOUSBPipe[0x26de480]::Read #3 - reqCount = 2800000
1037.716 [7] AppleUSBOHCI[0x1816800]::Read #3 - reqCount = 2800000
1037.716 [7] AppleUSBOHCI[0x1816800] BulkTx: adr=3:1
cbp=26c1b80:2ab980 br=YES cback=[7b5f90:1816800:1733300] dir=1)
1037.717 [5] AppleUSBOHCI::DoDoneQueueProcessing - processing a
short packet
1037.717 [5] AppleUSBOHCI::doCallback: pCurrentTD = 0x96ce21c,
pED->pLogicalTailP = 0x9cc60c4
1037.717 [5] AppleUSBOHCI::doCallback- queueheadptr is now
0xa1421900
1037.717 [5] AppleUSBOHCI::doCallback- queueheadptr is now
0xf1401900 // several hundred of these
1037.717 [5] AppleUSBOHCI::doCallback- queueheadptr is now
0x11cc5101
1037.719 [5] AppleUSBOHCI::doCallback- found callback TD,
setting queuehead to 0x608e7201
1037.719 [7] BulkPacketHandler: transaction complete status=0x0
bufferSizeRemaining = 2799997
This is the result of a bulk synchronous read. I was expecting
much more data than 3 bytes and got this...should I be doing the
read async? Help is appreciated.
Sincerely,
Mike Krugman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/usb/email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/usb/email@hidden