PCMCIA Problem Kernel 2.6.11-rc3-bk7

Dominik Brodowski linux at dominikbrodowski.net
Sun Feb 13 10:15:28 EST 2005


Could you check whether this patch helps for the lockup problem? It disables
notification of cardmgr of "ejection request" events so that "cardctl eject"
behaves -- from an userspace point of view -- exactly as ejecting a card.

Thanks,
	Dominik

--- 2.6.11-rc4/drivers/pcmcia/ds.c.original	2005-02-13 16:07:52.000000000 +0100
+++ 2.6.11-rc4/drivers/pcmcia/ds.c	2005-02-13 16:08:10.000000000 +0100
@@ -491,9 +491,6 @@
 		break;
 
 	case CS_EVENT_EJECTION_REQUEST:
-		ret = handle_request(s, event);
-		if (ret)
-			break;
 		ret = send_event(skt, event, priority);
 		break;
 



More information about the linux-pcmcia mailing list