Marcel Holtmann wrote:
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 ... :)

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?

- Dave





-------------------------------------------------------
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