Re: Upgrading a ROM based KEXT
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Oct 27, 2006, at 11:20 AM, Satyam Lad wrote: = Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... The probe score will always be the same as the info.plist is the same for both the KEXT's. The only difference in both the KEXT (in terms of info.plist) is of "CFBundleVersion" property. The new KEXT has a higher number then the older (ROM) KEXT. This won't achieve your desired goal; version numbers are not considered when matching, only the probe score counts. If you want the kext to win vs. the ROM, you need to ensure the kext has a higher probe score. This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Smith