}
private void processChanged() throws IOException {
if (changed) {
this.capacity = null;
final USBStorageSCSIDevice dev = (USBStorageSCSIDevice) getDevice();
try {
// Gets the capacity.
this.capacity = MMCUtils.readCapacity(dev);
this.blockAlignment.setAlignment(capacity.getBlockLength());
} catch (SCSIException ex) {