Re: Need Help: CE5.0 flash is not shown as USB mass storage device in



Is your USBF driver originally from CE 4.x, or do you have a bus agnostic
driver?

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com

EuroTech Inc.
www.EuroTech.com

"saravana" <saravana@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:23C0480A-7D55-48BF-9D7E-8CBC1F931E40@xxxxxxxxxxxxxxxx
Hi All,
I am trying to expose my flash folders as a USB mass storage device.
Added SYSGEN_USBFN_STORAGE catalog item and added following regisry.
settings to my platform.reg:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
"DefaultClientDriver"=- ; erase previous default
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
"DefaultClientDriver"="Mass_Storage_Class"

[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Mass_Storage_Class]
"Dll"="usbmsfn.dll"
"InterfaceSubClass"=dword:06
"InterfaceProtocol"=dword:50
"DeviceName"="DSK1:"
"FriendlyName"="Mass Storage"
"idVendor"=dword:045E
"Manufacturer"="Generic Manufacturer (PROTOTYPE--Remember to change
idVendor)"
"idProduct"=dword:FFFF
"Product"="Generic Mass Storage (PROTOTYPE--Remember to change
idVendor)"
"bcdDevice"=dword:0
But still if i connect my ce5.0 device(active sync disabled), it is
getting
recognized as "Windows CE devices" and not as a mass storage device. If i
enable active sync, it works with USB.
When i check with Remote Process viewer, i could not see the usbmsfn.dll.
I checked the device names using storage manager application and in the
registry too. The name is DSK1,DSK2 for platform&application and DSK3 is
for
SD cards.
I am not sure, whether i need to make any code changes in USBFN driver to
show my flash folders as a SUSB mass storage device.

Could anyone please tell me what are changes we need to make to show as
terminal's flash as USB storage device?

Please give me your valuable inputs. I appreciate your help in advance.

Thanks
Saravana


.



Relevant Pages