On Sun, Dec 02, 2001 at 12:16:42PM +0530, Ravi Kumar B S wrote:
> 
> hi,
> 
> what i found now was that the probe function is getting called twice. i have
> a debug print statement inside the usb_bluetooth_probe( ) function. could
> this be a problem? or is it a bug in the USBD. how is it possible? 

The probe function gets called for every USB interface that matches the
signature that was passed to the usb core.  For bluetooth devices, this
ususally means that the SCO isoc interfaces cause the probe function to
be called, so for every device, probe gets called more than once.

What does the output of /proc/bus/usb/devices look like with your device
plugged in?  Does it have 2 interfaces?

thanks,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to