| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
|
USB.h defines USB.h: #define kIOUSBNotSent1Err iokit_usb_err(14) // 0xe000400e Transaction not sent This means that your transaction wasn't sent over the bus. For an Isoch transaction, that usually means it's scheduled too far in the past (or perhaps too far in the future). That is exactly why you don't see any packets on the USB bus. Normally, driver use GetFrameNumber to find the current frame number, and schedule their first transactions in the frame list a few frames in the future (ie, add 2 or 3 to the value returned by GetFrameNumber). Hope that helps. David Ferguson Apple On Dec 20, 2007, at 5:41 AM, Andrew Patlan wrote: Hi! |
_______________________________________________ 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: | |
| >Decode error code (From: "Andrew Patlan" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
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.