mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Starting with Linux 4.8 the SD/MMC OCR is shown also in /sys, so cache
it if present.
This commit is contained in:
@@ -67,6 +67,7 @@ namespace DiscImageChef.Devices
|
||||
readonly byte[] cachedCsd;
|
||||
readonly byte[] cachedCid;
|
||||
readonly byte[] cachedScr;
|
||||
readonly byte[] cachedOcr;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the Platform ID for this device
|
||||
|
||||
Reference in New Issue
Block a user