Results 225 comments of Jacek Fedoryński

I will try and look into it, but one thing you could try is to see if it also happens without the KVM switch.

Thanks for the reports. I need to try and reproduce this.

This is a good lead, I should be able to git bisect, except I don't think I'm getting the issue on my PC. Will try to look around.

I haven't done anything to fix this specifically. It's possible that something changed internally in TinyUSB and we got a behavior change when we pulled the latest version in.

Can you describe the symptoms again? What do you mean it freezes?

Weird! Not sure what could be causing it. You could try dumping the keyboard's descriptors and some traffic with Wireshark. Start the capture then plug it in (to your PC,...

Yeah, that's it! Let me see if there's anything in there that could confuse HID Remapper...

OK, I think it's this part of the report descriptor that's causing issues: ``` 0x06, 0x00, 0xFF, // Usage Page (Vendor Defined 0xFF00) 0x09, 0x01, // Usage (0x01) 0xA1, 0x01,...

I think the stuck left control thing is in turn caused by this part of the report descriptor: ``` 0x05, 0x01, // Usage Page (Generic Desktop Ctrls) 0x09, 0x06, //...