Hi David,

> > I found out that usb_set_configuration() was removed from the USB API by
> > you. I want to rewrite my bfusb driver to use it and not playing tricks
> > to get this working anymore. Can you give me a hint how to change the
> > configuration from within a kernel driver?
> 
> It's still exported, but you can't call it during probe()
> without sorting out some messy locking issues first ... :)

it is not exported anymore and that is my problem.

> Indirecting through schedule_work() should always be safe,
> and that's what I'd recommend for now.  Your firmware load
> isn't the "load then re-enumerate" type, right?

It was my plan to do it this way. The firmware must be loaded in
configuration 1 and then you have to switch to configuration 2 for the
running state. No endpoints are changed. I don't yet know if it will
re-enumerate.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to