emit blockAdded(devArg);
// there are no subsystem=disk events for MMC, try to workaround it
QRegularExpression re("mmcsd\\d$");
QRegularExpression re("(mmcsd|cd)\\d$");
if(re.match(devArg).hasMatch())
emit driveAdded(devArg);
}