<p>Hi folks,<br>
I am writing a kernel module for a sd card, but when I insert a sd card into my box, the default sd driver will probe before my driver, and my driver will never have chance to probe. Is there any method to make my driver probe the sd card before the default sd driver?</p>

<p>Thanks in advance.</p>