On Fri, Sep 30, 2005 at 12:32:21PM +0000, Bahadir Balban wrote: > Hi, > > The field hcpriv in struct usb_device exists in kernel 2.6.9 but it is > removed as of 2.6.14-rc2. Does the field urb->usb_device->hcpriv store > the same data that urb->hcpriv stores? Is there a particular data type > that these fields are used for? Yes, that is for the host controller driver to use, not for anyone else to touch, as the documentation states. Why do you want to use this field? thanks, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/