On Mon, Oct 24, 2005 at 11:48:06PM +0200, Laurent Pinchart wrote: > Hi everybody, > > it didn't take long before I ran into a problem and need your help. > Fortunately, it's a small problem. > > USB drivers usually use a driver specific structure to hold all kind of > information about a device instance. Depending on the driver, those > structures are stored in a static array, or are allocated in the probe > function and stored in a linked list. > > I was wondering if there was a guideline regarding which method was preferred.
Neither, store it in the usb interface structure. thanks, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
