kernel/eka/drivers/medmmc/bgahsmmcptn.cpp
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 15 2d65c2f76d7b
child 20 597aaf25e343
equal deleted inserted replaced
15:2d65c2f76d7b 19:4a8fed1c0ef6
   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