As I know, function probe (struct usb_driver contains pointer to it) is
called, when new device is atached to the bus.

But it's don't calls, when I attach device.
May be it needs something more - I don't know.

usb_register returns OK. That's mean, that my driver's callback
functions like probe registered successfully.

I don't understand this mechanism. What's happening when device attach
to the bus?

Is probe calls for each USB driver?
If not - than how system know wich probe calls?


May be I don't use need options in compiler/linker? But insmod mymodule
works.

Please, replay answer to [EMAIL PROTECTED]



P.S.: It's my first linux driver.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to