oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.32k stars 271 forks source link

Interceptor blocking all input when using wireless devices #139

Closed dafzor closed 2 years ago

dafzor commented 2 years ago

This is a copy of https://github.com/cajhin/capsicain/issues/70

I've been using capsicain for a few weeks now and started to get an issue when resuming from sleep were I'd no longer be able to use any of my input devices after switching to mainly wireless (mix of bluetooth and 2.4g wireless)keyboards and mouses.

I'm still not 100% sure it's capsicain bug, but all points to it and have not had the issue since uninstalling the interception driver which was 5 days ago (if it happens again without capsicain I'll close this issue).

The behavior is as following:

So summarizing, after windows slept for a long time any input device that disconnected would no longer register any input until the computer rebooted again. The input device would still be connected to the computer, send USB packages with data but no input would be registered until rebooting.

dafzor commented 2 years ago

Just saw #133 which seemed to have similar behavior and could be related with this.

I'm however using latest Windows 10 with TPM 2.0 enabled, Secure Boot disabled and was using it without issue until adding new wireless input devices.

oblitum commented 2 years ago

This is a duplicate of #25, same response as in #140. After resuming the devices counters for all devices probably increase (as in a reconnect) beyond current limit.