diff -r dbd1c5e08735 -r 453dfc402455 mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetstorageinfo.cpp --- a/mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetstorageinfo.cpp Thu Jul 15 19:35:12 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetstorageinfo.cpp Thu Aug 19 10:44:03 2010 +0300 @@ -196,7 +196,7 @@ { //E: is set as logically removable after eMMC image updated //So here we need to deal with this case to set it as FixedRam - if(iDriveInfo.iDriveAtt & KDriveAttInternal) + if(iDriveInfo.iDriveAtt & KDriveAttLogicallyRemovable) { __FLOG(_L8("removable but internal drive, set as Fixed RAM")); storageType = EMTPStorageFixedRAM;