View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#27
Originally Posted by new299 View Post
The stock tablet 2006 kernel?
Yes. it is same driver as MMC. There is no high speed SD (50Mhz) and no SDHC support in stock tablet kernel but otherwise it is there.
Originally Posted by new299 View Post
Is there any way to tell if the device is running in SD or MMC mode. All devices appear tas mmcblkX to me, which doesn't tell me much.
Well with SD card inserted it is in SD mode, check is done at runtime.
You can browse source here http://lxr.linux.no/source/drivers/mmc/?v=2.6.18
main sources are mmc.c and mmc_block.c, OMAP specific lowlevel driver is in omap.c
Originally Posted by new299 View Post
Thanks for your help.
Thanks for your tests. I was not sure more mmc cards would actually work, it is good to know it is possible and working.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.