mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added code to retrieve USB binary descriptors for Windows.
This commit is contained in:
@@ -353,7 +353,7 @@ namespace DiscImageChef.Devices
|
||||
|
||||
if(usbDevice != null)
|
||||
{
|
||||
// TODO: Get binary descriptors
|
||||
usbDescriptors = usbDevice.BinaryDescriptors;
|
||||
usbVendor = (ushort)usbDevice.DeviceDescriptor.idVendor;
|
||||
usbProduct = (ushort)usbDevice.DeviceDescriptor.idProduct;
|
||||
usbManufacturerString = usbDevice.Manufacturer;
|
||||
|
||||
Reference in New Issue
Block a user