-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB doesn't revert after unpairing BLE #958
Comments
Eh? What or how can you see that? |
It's worth mentioning that Zephyr crashes at the first BLE connection attempt and it only works afterward. I can do another bisect regarding the initial crash if justified. |
Well, I am getting that "stopping HID" log even with the "good" commits, and UHK continues to work just fine. I suspect it refers to bluetooth hid or something. Given the indicated commit, it seems to be just a minor problem, as in that particular commit, usb state is initialized to "disconnected", but the power-delegate is not yet implemented, so upon disconnecting HID, uhk enters sleep mode in the old locking variant. I didn't manage to reproduce this on master just now (4fb3c97). Also, I am not experiencing any Zephyr crash on a BLE connection attempt. |
As it turns out, this issue is not always reproducible. The relevant Zephyr log:
Sometimes, the keyboard and mouse interface keep working despite the Closing this issue in favor of UltimateHackingKeyboard/firmware80#310. |
A bisect revealed that the offending commit is 48c69e0.
The text was updated successfully, but these errors were encountered: