The MMC block layer currently contains an if-clause which only seems to
serve the purpose of killing forward compatibility:
if (card->csd.cmdclass & ~0x1ff)
return -ENODEV;
This checks for (what I presume) command classes that were undefined
when this code was written. Since these are now starting to be used,
this code is causing a lot of problems. The following two patches tries
to make a more sane check of the command classes.
(Note. The new command class is for high speed cards to allow higher
transfer rates than normal)
Rgds
Pierre
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]