pcmcia driver
Dominik Brodowski
linux at dominikbrodowski.net
Thu Mar 2 16:59:21 EST 2006
On Thu, Mar 02, 2006 at 04:21:35PM -0500, thomas chen wrote:
>
> if i need two cards to run at the SAME time (with different driver)....
> one with hostap_cs and one with orinoco_cs (both are running)....
> unbind first driver would not disrupt the operation of first driver ???
The bind/unbind mechanism ( /sys/bus/pcmcia/drivers/*/{bind,unbind} ) takes
device IDs as arguments and is device-specific. So you can run both cards
with different drivers at the same moment.
Dominik
More information about the linux-pcmcia
mailing list