K 10 svn:author V 3 imp K 8 svn:date V 27 2008-03-09T05:10:22.000000Z K 7 svn:log V 339 Any driver that relies on its parent to set the devclass has no way to know if has siblings that need an actual probe. Introduce a specail return value called BUS_PROBE_NOOWILDCARD. If the driver returns this, the probe is only successful for devices that have had a specific devclass set for them. Reviewed by: current@, jhb@, grehan@ END