lkml.org 
[lkml]   [2005]   [May]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH 0/2] Proper MMC command classes support
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-05-18 00:48    [W:0.033 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site