> Incidentally, my tty driver's close routine unlinks urbs, my disconnect
> routine frees the urbs. Is it dangerous to unlink urb's after they're
> freed?
Only if you dislike oopses! :)
Driver disconnect() routines need to unlink ALL urbs as well as
make sure that no other driver entries (file operations, say) will
ever try to use that device again (even while unlinking proceeds).
- Dave
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel