EVENT_INSERT
return EVENT_INSERT;
case EVENT_INSERT:
if (ch->ch_pcmcia && (detect_card(ch->ch_channel) == EVENT_INSERT)) {
if ((ch->ch_attached && (type == EVENT_INSERT)) ||
ch->ch_attached = (type == EVENT_INSERT);
case EVENT_INSERT:
if (ch->ch_pcmcia && (__detect_card(ch->ch_channel) == EVENT_INSERT)) {
if ((ch->ch_attached && (type == EVENT_INSERT)) ||
ch->ch_attached = (type == EVENT_INSERT);
return EVENT_INSERT;