From 8340edb2d8a24ee88bad3e230b77cbfedf81cff8 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 21 Aug 2012 21:36:42 -0400 Subject: commit all files and directions See README and LICENSE. --- with-linux-3.2/mvsdio-3.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 with-linux-3.2/mvsdio-3.patch (limited to 'with-linux-3.2/mvsdio-3.patch') diff --git a/with-linux-3.2/mvsdio-3.patch b/with-linux-3.2/mvsdio-3.patch new file mode 100644 index 0000000..76e96ce --- /dev/null +++ b/with-linux-3.2/mvsdio-3.patch @@ -0,0 +1,13 @@ +Index: linux-3.4/drivers/mmc/core/core.c +=================================================================== +--- linux-3.4.orig/drivers/mmc/core/core.c 2012-05-27 15:26:08.394167850 -0300 ++++ linux-3.4/drivers/mmc/core/core.c 2012-05-27 15:26:38.085113097 -0300 +@@ -536,7 +536,7 @@ + */ + limit_us = 3000000; + else +- limit_us = 100000; ++ limit_us = 200000; + + /* + * SDHC cards always use these fixed values. -- cgit v1.2.3