From: Xiaofan C. <xia...@gm...> - 2018-04-24 12:17:49
|
On Mon, Apr 23, 2018 at 4:02 AM, Luke Lone <lon...@ho...> wrote: > Hello, > I am just a user, not a developer. > > System configuration: Lenovo Thinkpad T470 with Intel Dual Band Wireless-AC > 8260 and Windows 10 x64. > I'm using the libusbk drivers 3.0.7.0 to connect a Wiimote Plus to the > Dolphin console emulator via Bluetooth. > > The driver is working perfectly after installation with Zadig utility, but > it stops working after the PC restarts or sleeps. I have to uninstall and > reinstall the driver in order to make it work again, which is quite > annoying. > > What do you think may be the cause? I suspect that the libusbk driver is > unable to reactivate the bluetooth antenna/device when it is turned off. Do > you have any suggestion on how I could fix it? The PC has a hotkey Fn+F10 > that normally enables/disables Bluetooth. When I press it, the mouse pointer > spins for a moment, but nothing changes. > > Other threads I found about similar issues suggest that the problem could be > with the application using the driver, rather than the driver itself, but > first I wanted to hear your opinion. > I think its not the fault of libusbk driver. But the application now has to use certain command to activate the bluetooth device. For example, try to simulate the Fn+F10 action of the Windows (which works with the Windows Bluetooth driver) to enables/disables bluetooth. Looks like some types of reverse engineering work is needed. It is said many open-source application is able to emulate what the proprietary driver/application is doing but usually the power manager aspect is not easy because it is quite complicated under Windows. -- Xiaofan |