Removed extra hotplug delay

Apparently not needed since version 1.5.12 with the hotplug
event change. BT works fine in Windows 7.
This commit is contained in:
Travis Nickles 2019-03-18 16:23:19 -05:00
parent df96a91269
commit 956e691780

View File

@ -1145,7 +1145,6 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
while (loopHotplug == true)
{
Thread.Sleep(1500);
Program.rootHub.HotPlug();
//TaskRunner.Run(() => { Program.rootHub.HotPlug(uiContext); });
lock (hotplugCounterLock)