Most drivers return a pointer to the device structure from probe(). The two CDC drivers (CDCEther and acm) return NULL. NULL returns from probe() normally indicate failure (and result in the "device not claimed by any driver" syslog message).
Would it be better to not do both of the usb_driver_claim_interface() calls, but instead only claim one (say the data interface), and then return the other (say the control interface)? Brad _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel