mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
For MMC/SD, on Linux, cache the kernel provided CID, CSD and SCR
registers from /sys.
This commit is contained in:
@@ -62,6 +62,12 @@ namespace DiscImageChef.Devices
|
||||
readonly bool pcmcia;
|
||||
readonly byte[] cis;
|
||||
|
||||
// MMC and SecureDigital, values that need to be get with card idle, something that may
|
||||
// not be possible to do but usually is already done by the SDHCI driver.
|
||||
readonly byte[] cachedCsd;
|
||||
readonly byte[] cachedCid;
|
||||
readonly byte[] cachedScr;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the Platform ID for this device
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user