Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 430916
Collapse All | Expand All

(-)src/devices/devicekitlister.cpp (-3 / +2 lines)
Lines 154-165 Link Here
154
    return ret;
154
    return ret;
155
  }
155
  }
156
156
157
  // Don't do anything with internal drives, hidden drives, or things that
157
  // Don't do anything with internal drives, hidden drives, or partition tables
158
  // aren't partitions
159
  if (device.deviceIsSystemInternal() ||
158
  if (device.deviceIsSystemInternal() ||
160
      device.devicePresentationHide() ||
159
      device.devicePresentationHide() ||
161
      device.deviceMountPaths().isEmpty() ||
160
      device.deviceMountPaths().isEmpty() ||
162
      !device.deviceIsPartition()) {
161
      device.deviceIsPartitionTable()) {
163
    return ret;
162
    return ret;
164
  }
163
  }
165
164

Return to bug 430916