"Pietro \"m0nt0\" Montorfano" <[email protected]> writes: > Sooo, how it's that possible?? Why can't we simply patch the driver > which make the mmcblk device to let us create all the devices?
drivers/mmc/block.c has the limit: /* * max 8 partitions per card */ #define MMC_SHIFT 3 #define MMC_NUM_MINORS (256 >> MMC_SHIFT) Feel free to change but I doubt this will be accepted upstream. _______________________________________________ support mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/support
