mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetstorageinfo.cpp
changeset 37 d9d8313203af
parent 31 a26669f87b46
child 49 c20dd21d1eb4
equal deleted inserted replaced
35:c4c427c00f31 37:d9d8313203af
   194 		case EMediaFloppy:
   194 		case EMediaFloppy:
   195 		    if (iDriveInfo.iDriveAtt & KDriveAttRemovable)
   195 		    if (iDriveInfo.iDriveAtt & KDriveAttRemovable)
   196 		        {
   196 		        {
   197 		        //E: is set as logically removable after eMMC image updated
   197 		        //E: is set as logically removable after eMMC image updated
   198 		        //So here we need to deal with this case to set it as FixedRam
   198 		        //So here we need to deal with this case to set it as FixedRam
   199 		        if(iDriveInfo.iDriveAtt & KDriveAttInternal)
   199 		        if(iDriveInfo.iDriveAtt & KDriveAttLogicallyRemovable)
   200 		            {
   200 		            {
   201 		            __FLOG(_L8("removable but internal drive, set as Fixed RAM"));
   201 		            __FLOG(_L8("removable but internal drive, set as Fixed RAM"));
   202 		            storageType = EMTPStorageFixedRAM;
   202 		            storageType = EMTPStorageFixedRAM;
   203 		            }
   203 		            }
   204 		        else
   204 		        else