aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-gumstix-2.6.15/mmc-version4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-gumstix-2.6.15/mmc-version4.patch')
-rw-r--r--recipes/linux/linux-gumstix-2.6.15/mmc-version4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/linux/linux-gumstix-2.6.15/mmc-version4.patch b/recipes/linux/linux-gumstix-2.6.15/mmc-version4.patch
new file mode 100644
index 0000000000..c572dbcc2a
--- /dev/null
+++ b/recipes/linux/linux-gumstix-2.6.15/mmc-version4.patch
@@ -0,0 +1,12 @@
+Index: linux-2.6.15gum/drivers/mmc/mmc.c
+===================================================================
+--- linux-2.6.15gum.orig/drivers/mmc/mmc.c
++++ linux-2.6.15gum/drivers/mmc/mmc.c
+@@ -495,6 +495,7 @@ static void mmc_decode_cid(struct mmc_ca
+
+ case 2: /* MMC v2.0 - v2.2 */
+ case 3: /* MMC v3.1 - v3.3 */
++ case 4: /* MMC v4.x */
+ card->cid.manfid = UNSTUFF_BITS(resp, 120, 8);
+ card->cid.oemid = UNSTUFF_BITS(resp, 104, 16);
+ card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);