[PATCH] pcmcia: add SS_COMA state to distinguish between insert and resume events.

2009-04-14 Thread Rodolfo Giometti
From: Rodolfo Giometti giome...@linux.it On some boards turn off mean enter suspend mode but on others mean turn off and remove power. Currently there are no ways to know if we are inserting or resuming a device into per PCMCIA controller's configure_socket() function. This new state flag should

Re: [PATCH] pcmcia: add SS_COMA state to distinguish between insert and resume events.

2009-04-14 Thread Russell King
On Tue, Apr 14, 2009 at 05:26:34PM +0200, Rodolfo Giometti wrote: From: Rodolfo Giometti giome...@linux.it On some boards turn off mean enter suspend mode but on others mean turn off and remove power. Currently there are no ways to know if we are inserting or resuming a device into per