Re: [linux-usb-devel] Probe and submit_urb

2002-01-07 Thread Matthew Dharm
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

[linux-usb-devel] Probe and submit_urb

2002-01-07 Thread Dattaram Porob
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