mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
MMC/SecureDigital devices should now appear as supported in Linux.
This commit is contained in:
@@ -133,6 +133,7 @@ namespace DiscImageChef.Devices.Linux
|
|||||||
case "USB":
|
case "USB":
|
||||||
case "PCMCIA":
|
case "PCMCIA":
|
||||||
case "FireWire":
|
case "FireWire":
|
||||||
|
case "MMC/SD":
|
||||||
devices[i].supported = true;
|
devices[i].supported = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user