thefloweringash / iousbhiddriver-descriptor-override

Fix broken USB HID descriptors. Now with Noppoo Choc Mini support!
http://thefloweringash.github.io/iousbhiddriver-descriptor-override
GNU Lesser General Public License v3.0
204 stars 25 forks source link

Keyboard stops typing #36

Open mitchross opened 7 years ago

mitchross commented 7 years ago

Following, https://github.com/thefloweringash/iousbhiddriver-descriptor-override/issues/33

I was able to get my keyboard to start typing. However after about 50 key pressing the keyboard completely stops typing.

mitchross commented 7 years ago

"keyboardInputMode property not set, using "

https://www.evernote.com/l/AQsZ_B-py1RMDICiEXnnRlJSLua6RCW4Pf4

mitchross commented 7 years ago

It appears I can type in a window until I click out to another window, then the input is dead.

thefloweringash commented 7 years ago

This seems like a higher level problem than this project solves, but I'm curious. If you look at the Keyboard Viewer when input stops do you see the keys stop lighting up?

mitchross commented 7 years ago

Once it "crashes" no the keys do not show up on the keyboard viewer. When the keyboard is typing, I do see the keyboard viewer show keypresses.

mitchross commented 7 years ago

Ok I dug into this a bit more. It appears that it stopped typing because of my KVM. When the keyboard is directly plugged in everything works fine. For some reason the KVM is causing the keyboard to stop working after so many key presses. Do you have any idea how I could further debug the issue? @thefloweringash