mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add GUID for tape device type for Windows.
This commit is contained in:
@@ -531,7 +531,8 @@ namespace DiscImageChef.Devices
|
||||
// I have to search for USB disks, floppies and CD-ROMs as separate device types
|
||||
foreach (var devGuid in new[]
|
||||
{
|
||||
Usb.GuidDevinterfaceFloppy, Usb.GuidDevinterfaceCdrom, Usb.GuidDevinterfaceDisk
|
||||
Usb.GuidDevinterfaceFloppy, Usb.GuidDevinterfaceCdrom, Usb.GuidDevinterfaceDisk,
|
||||
Usb.GuidDevinterfaceTape
|
||||
})
|
||||
{
|
||||
usbDevice = Usb.FindDrivePath(devicePath, devGuid);
|
||||
|
||||
Reference in New Issue
Block a user