On 29 Jan 2002, Gordon McNutt wrote: > If a device reports multiple interfaces as part of a configuration will > the core call probe for each ifnum?
Yes. Drivers may bind on interface level. Despite the probe() calls being serialized one should IMHO not make assumptions about the particular order. If the driver needs to bind all interfaces in one go there is an usb_driver_claim_interface() call so the probe on the first interface can claim the remaining. Martin _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel