Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: High speed issue



At 5:35 PM +0530 3/30/05, selvaganesan wrote:

localhost kernel : USBF : 157.944 AppleEHCIIsochTransferDescriptor : :
UpdateFrameList - bad status word 0 gives status 0xe00002e7

If you look in IOReturn.h you'll find that that "error" is:

#define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun

That's what you get if the packet the device sent is smaller than the packet the host is sending. This is not necessarily an error. If it is an error, it is a disagreement between your device and your driver.

There are no steps necessary to recover from the error, but be sure to note the actual data transfer size. If the lack of data is a problem for you, you'd need to work out the disagreement between the device and the driver.
--
Barry Twycross
email@hidden
---
USB, it's not a Dyslexic BUS. (Thanks to TC.)
_______________________________________________
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
References: 
 >High speed issue (From: selvaganesan <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.