On 10/2/03 9:38 AM, "Kris Daniel" <email@hidden> wrote:
> Trying to open the interface a second time, it works successfully.
> Now, if Classic isn't running, and no other code of mine is opening the
> interface, what's going on?
You will still get an error in a kernel driver if somebody else, even from
userland, has the interface open.
Can you dump the registry when your driver fails (i.e. Without repeating
your interface->open() call):
% ioreg -l > filename.txt
And include the complete portion for your device in an email to the list.
Also, please dump the info plist for your driver:
% pl < /path/to/your/kext/Contents/Info.plist
--
Fernando Urbina mailto:email@hidden
USB Technology Team work: 719.534.9387
Apple Computer, Inc. fax: 719.532.0981
_______________________________________________
usb mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/usb
Do not post admin requests to the list. They will be ignored.