On Thu, Oct 10, 2002 at 01:19:24AM +0200, Oliver Neukum wrote:
> Hi,
> 
> I've started looking at doing configurations correctly.
> There are several questions.
> 
> 1. Must it be legal for a driver to set configuration during probe ?
> 2. Is a patch that adds a struct usb_device* to struct usb_interface
>     acceptable?

But you can already get from a interface back to the device today, using
interface_to_usbdev().  What needs to be changed there?

> 3. Where in the generic device model is the configuration stored
>     and how can it be manipulated ?

Every device and interface contains a "generic device".

> 4. May I split usb_disconnect() into an interface and a usb_device part ?

So just split up the function?  Why, to disconnect only an interface?  I
guess so, but I don't see the real need.

thanks,

greg k-h


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to