From 956e6917805e13dcac69672a1a50478239232d0d Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 18 Mar 2019 16:23:19 -0500 Subject: [PATCH] Removed extra hotplug delay Apparently not needed since version 1.5.12 with the hotplug event change. BT works fine in Windows 7. --- DS4Windows/DS4Forms/DS4Form.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index 257ff22..7985f09 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -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)