Skip to content

Commit

Permalink
[tama] fix external storage partition to accout for partitions on Xpe…
Browse files Browse the repository at this point in the history
…ria Tama
  • Loading branch information
rinigus committed Nov 23, 2019
1 parent 4bbaa50 commit 4ea92c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partitionmanager_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace UDisks2 {
class Monitor;
}

static const auto externalDevice = QStringLiteral("mmcblk(?!0)\\d+(?:p\\d+$)?|(sd[a-z]\\d*)|(dm[_-]\\d+(?:d\\d+)?)");
static const auto externalDevice = QStringLiteral("mmcblk(?!0)\\d+(?:p\\d+$)?|(sd[d-z]\\d*)|(dm[_-]\\d+(?:d\\d+)?)");

class PartitionManagerPrivate : public QObject, public QSharedData
{
Expand Down

0 comments on commit 4ea92c2

Please sign in to comment.