We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5fa5e commit e37737bCopy full SHA for e37737b
1 file changed
Usbipd/NewDev.cs
@@ -106,7 +106,7 @@ public static bool UnforceVBoxDriver(string originalInstanceId)
106
}
107
108
BOOL reboot = false;
109
- unsafe
+ unsafe // DevSkim: ignore DS172412
110
{
111
// First, we must set a NULL driver, just in case no default driver exists.
112
using var deviceInfoSet = PInvoke.SetupDiCreateDeviceInfoList(null, default);
@@ -132,7 +132,7 @@ public static bool UnforceVBoxDriver(string originalInstanceId)
132
// 200 ms seems to work, so delay for 500 ms for good measure...
133
Thread.Sleep(TimeSpan.FromMilliseconds(500));
134
135
136
137
// Now we let Windows install the default PnP driver.
138
// We don't fail if no such driver can be found.
0 commit comments