kernel/eka/drivers/medmmc/bgahsmmcptn.cpp
branchCompilerCompatibility
changeset 77 c4d65d91ad0c
parent 62 4a8fed1c0ef6
child 80 597aaf25e343
equal deleted inserted replaced
74:741dcdf88ba9 77:c4d65d91ad0c
   117 		Info().iFileSystemId = KDriveFileNone;
   117 		Info().iFileSystemId = KDriveFileNone;
   118 		Info().iDriveAtt |= KDriveAttHidden;
   118 		Info().iDriveAtt |= KDriveAttHidden;
   119 		}
   119 		}
   120 	else if ( PartitionIsFAT(aDrive.iPartitionType) || PartitionIsFAT32(aDrive.iPartitionType)	)
   120 	else if ( PartitionIsFAT(aDrive.iPartitionType) || PartitionIsFAT32(aDrive.iPartitionType)	)
   121 		{		
   121 		{		
   122 		Info().iDriveAtt = iPartitionAttributes[aDrive.iPartitionNumber];
   122 		Info().iDriveAtt |= iPartitionAttributes[aDrive.iPartitionNumber];
   123 		}
   123 		}
   124 
   124 
   125 	return KErrNone;
   125 	return KErrNone;
   126 	}
   126 	}
   127 
   127