• Russell King's avatar
    [PCMCIA] Prevent duplicate insertion events calling socket_insert() · 1fe184c8
    Russell King authored
    Some socket hardware appears to "bounce" when a card is inserted - we
    seem to receive more than one SS_DETECT event.  Unfortunately, this
    causes us to initialise, setup the socket, and create the necessary
    devices multiple times.
    
    Fix this by ignoring card insertion events when we already know that
    there is a card in the socket.
    1fe184c8
cs.c 70.9 KB