Hi all. I wrote patch ofr busybox's modprobe that add possibility to select behavior if there are 2 or more modules with same modalias (for ex., ata_generic & pata_amd).
By default, modprobe loads 1st matched module. I added selection by 2 other (more 'intellectual') criteria: longest modalias, and modalias with longest prefix w/o wildcards. 2nd method looks more preferrable for PCI/USB devices (they aliases have VID/DID at 1st places) - that actually are troubles on case of LEAF. Of course, this isn't 'best match' criteria for all cases - but it looks enough good. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel