On Fri, 1 Jul 2005, sri .. wrote:

> Thanks!
> 
> Sorry, I wasn't clear enough..
> 
> That's how I test. But, I want to do it dynamically. When I boot the 
> machine, the driver probes and finds the devices, and starts them. But, some 
> of the devices may fail to start. And, here I would like to re-probe 
> (re-enumerate..) and get those devices and start them. I want to add that 
> functionality  to my driver.
> 
> I am still in the learning process, and I would appreciate any pointers..

The usb_reset_device routine will re-enumerate a device.  It won't
re-probe, but your driver should be able to do that by itself.

Alan Stern



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to