> > I don't think it _can_ go away. Among other things, driver > > frameworks layered on top of USB (say, usb-serial :) need > > to rely on it, since the device-specific code isn't what's > > managing all the probe() calls. > > Exactly. It will not go away. > > Oliver, can you redo your patch and protect the probe() call?
Hi, I certainly can redo it that way, but I'd like to ask you to reconsider. usb_match_id() specifically mentions using a wildcard device id table just to avoid this problem. The probe() methods of the device drivers could simply ignore the id argument and do what they are doing now without the backwards compatibility hack. Regards Oliver _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel