Hello all,
I have a WinCE 5.0 BSP for a device on which the customer wants to access
the internal NAND flash and an attached SD card simultaneously from a host PC
as individual disk drives. I've added the blocks to platform.reg mentioned
in the online help and various examples I've seen (reproduced below), but the
two cannot be seen at the same time. I have noticed that the "DeviceName"
key is described in the singular as identifying "the name of the store to
expose to the USB host." Do I infer from this that it is not possible to
expose more than one store in this manner? If this can be done, what would
the registry keys look like?
Also, can anyone provide a citation of Microsoft literature discussing this
area, so that I can better explain if there exists a design limitation
preventing simultaneous visibility of more than one store.
Thanks,
Craig Blome
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Mass_Storage_Class]
"DeviceName"=- ; erase previous default
"DeviceName"="DSK1:"
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
"DefaultClientDriver"=- ; erase previous default
; "DefaultClientDriver"="Serial_Class"
"DefaultClientDriver"="Mass_Storage_Class"