mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
parent
03f6a9bc30
commit
5700ebec08
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ namespace Drivelist
|
|||
// Hot fix for newer lsblk version on Arch based linux distributions.
|
||||
// See issue #610
|
||||
// Only tested with laptop's internal sd card reader.
|
||||
if (!d.isVirtual && subsystems.contains("mmc")) {
|
||||
if (!d.isVirtual && (subsystems.contains("mmc") || subsystems.contains("scsi:usb")) ) {
|
||||
d.isVirtual = subsystems.contains("block"); //< lsblk will output something like "block:mmc:mmc_host:pci" for key "subsystems".
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue