mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-16 04:10:11 +10:00
Fix an issue with incorrect logging of secure boot state
This commit is contained in:
@@ -81,8 +81,7 @@ namespace MadWizard.WinUSBNet
|
||||
{
|
||||
_Arrival -= value;
|
||||
_Arrival += value;
|
||||
USBDeviceInfo[] Devices = USBDevice.GetDevices(Guid);
|
||||
foreach (USBDeviceInfo Device in Devices)
|
||||
foreach (USBDeviceInfo Device in USBDevice.GetDevices(Guid))
|
||||
{
|
||||
_Arrival(this, new USBEvent(USBEventType.DeviceArrival, Guid, Device.DevicePath));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user