libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / linux / linux-gumstix-2.6.15 / mmc-version4.patch
blobc572dbcc2ac109754d915c6d9d667f0d3465d657
1 Index: linux-2.6.15gum/drivers/mmc/mmc.c
2 ===================================================================
3 --- linux-2.6.15gum.orig/drivers/mmc/mmc.c
4 +++ linux-2.6.15gum/drivers/mmc/mmc.c
5 @@ -495,6 +495,7 @@ static void mmc_decode_cid(struct mmc_ca
7 case 2: /* MMC v2.0 - v2.2 */
8 case 3: /* MMC v3.1 - v3.3 */
9 + case 4: /* MMC v4.x */
10 card->cid.manfid = UNSTUFF_BITS(resp, 120, 8);
11 card->cid.oemid = UNSTUFF_BITS(resp, 104, 16);
12 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);