On Mon, Jan 07, 2002 at 06:00:55PM +0800, Dattaram Porob wrote:
> When is the probe handler of the usb device actually called. Suppose that before my
>usb driver is loaded in memory, the usb device is already attached. Will the probe
>function be called after i register my device using usb_regis
Hi,
Some doubts about the probe handler .
When is the probe handler of the usb device actually called. Suppose that before my
usb driver is loaded in memory, the usb device is already attached. Will the probe
function be called after i register my device using usb_register in my usb driver. Or