You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently plugged in a new USB wireless keyboard, and the powerusb script stopped working. The kernel HID driver was now claiming the powerusb interface, and so an exception was raised when the script tried to claim the interface.
I fixed the issue for myself with:
A better patch would record whether the detach was successful, and reattach it upon exit, but I am not familiar enough with Python to be confident of doing that.
The text was updated successfully, but these errors were encountered:
I recently plugged in a new USB wireless keyboard, and the powerusb script stopped working. The kernel HID driver was now claiming the powerusb interface, and so an exception was raised when the script tried to claim the interface.
I fixed the issue for myself with:
A better patch would record whether the detach was successful, and reattach it upon exit, but I am not familiar enough with Python to be confident of doing that.
The text was updated successfully, but these errors were encountered: