diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2005-07-01 07:13:55 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-07-01 07:13:55 -0400 |
commit | 6e6293dd3d4372c114674266158053d049366a0d (patch) | |
tree | ffc7a4a22e2d8faff62ef32988d378af48dbc1ec /drivers/mmc/wbsd.h | |
parent | 7b09cdac5af1e13ab4b30421ae5c4b7953c26841 (diff) |
[PATCH] MMC: wbsd delayed insertion
Wait 0.5 seconds before scanning for cards after an insertion interrupt.
The electrical connection needs this time to stabilise for some cards.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/wbsd.h')
-rw-r--r-- | drivers/mmc/wbsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h index 864f30828d01..9f5383e6e593 100644 --- a/drivers/mmc/wbsd.h +++ b/drivers/mmc/wbsd.h | |||
@@ -187,4 +187,6 @@ struct wbsd_host | |||
187 | struct tasklet_struct timeout_tasklet; | 187 | struct tasklet_struct timeout_tasklet; |
188 | struct tasklet_struct finish_tasklet; | 188 | struct tasklet_struct finish_tasklet; |
189 | struct tasklet_struct block_tasklet; | 189 | struct tasklet_struct block_tasklet; |
190 | |||
191 | struct timer_list timer; /* Card detection timer */ | ||
190 | }; | 192 | }; |