Re: [linux-usb-devel] A few general USB driver development questions (part 1)

2005-10-25 Thread Greg KH
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

Re: [linux-usb-devel] A few general USB driver development questions (part 1)

2005-10-24 Thread Pete Zaitcev
On Mon, 24 Oct 2005 23:48:06 +0200, Laurent Pinchart <[EMAIL PROTECTED]> wrote: > 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

[linux-usb-devel] A few general USB driver development questions (part 1)

2005-10-24 Thread Laurent Pinchart
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 arr