All of lore.kernel.org
 help / color / mirror / Atom feed
* sample USB Driver / Probe not getting called
@ 2011-10-17  9:35 Abhijit Pawar
  2011-10-17 10:38 ` selvamuthukumar v
  0 siblings, 1 reply; 4+ messages in thread
From: Abhijit Pawar @ 2011-10-17  9:35 UTC (permalink / raw)
  To: kernelnewbies

Hi All,
Is there any way to call a sample USB driver whenever a USB device is 
attached to the system irrespective of the class and type of the device?

To do this, LDD3, chap 13 mention that for USB device table, we only 
need to add the driver_info entry as 42.

However if I do this, my probe is never getting called.

Now, I give the vendor and product id of this Mouse to the device_id 
table and load my driver again. Still the probe is not getting called.

Is it that USB core is getting the proper driver for this mouse before 
my driver entry in the list?

Am I missing something?

Regards,
Abhijit Pawar

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-17 11:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17  9:35 sample USB Driver / Probe not getting called Abhijit Pawar
2011-10-17 10:38 ` selvamuthukumar v
2011-10-17 10:42   ` Abhijit Pawar
2011-10-17 11:01     ` selvamuthukumar v

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.