pcmcia: improve check for same card in slot after resume
authorDominik Brodowski <linux@dominikbrodowski.net>
Sat, 2 Jan 2010 13:14:23 +0000 (14:14 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Sun, 17 Jan 2010 17:30:12 +0000 (18:30 +0100)
commit88b060d6c03fcb9e4d2018b4349954c4242a5c7f
tree34954c1b7f1d4d978cae56ee40a9ab57829dccf2
parentf131ddc4bd1713385c70606555d4d63bed5ec3fd
pcmcia: improve check for same card in slot after resume

During a suspend/resume cycle, an user may change the card in the
PCMCIA/CardBus slot. The pcmcia_core can at least look at the
socket state to check whether it is the same.

For PCMCIA devices, move the detection and handling of such a
change to ds.c.

For CardBus devices, the PCI hotplug interface doesn't offer a "rescan"
facility which also _removes_ devices no longer to be found behind a
bridge. Therefore, remove and re-add all devices unconditionally.

CC: Jesse Barnes <jbarnes@virtuousgeek.org>
CC: Linus Torvalds <torvalds@linux-foundation.org>
Tested-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/cistpl.c
drivers/pcmcia/cs.c
drivers/pcmcia/ds.c
include/pcmcia/ss.h