qwertymodo
qwertymodo
Sorry, yes. Windows 7 x64.
Yes, I guess I wasn't very clear about the symptoms. Input into all of the secondary windows, config dialogs, etc works fine, I can click things, the UI responds, etc....
Just tested, it happens on both input drivers.
I just looked into this a bit more, and I actually think I know what's happening. It's not actually losing keyboard focus, it thinks one of the modifier keys is...
In the meantime, at least I can work around the issue by mashing all of my modifier keys until they register properly. Before, I was just having to savestate and...
Poking around a little more, the error reported by Windows is > A request for the USB device descriptor failed And here are the event logs for the device. **Device...
Thanks for those. The last missing bit was the BUFFER_ADDR, I left that undefined like the 46J50. That's enough to get the device working, but unfortunately now the CDC demo...
The stalling issue I experienced seems to be isolated to the CDC demo. The HID demos seem to be working without any issue. Also, I'm not sure if "stalling" is...
Here's an updated version (though it's still trivial) https://github.com/qwertymodo/m-stack/commit/9bcd994cda6f4484827441ee5dc7ef2b7f52bfc6 https://github.com/qwertymodo/m-stack/commit/7962066332621e8a92ef32c79aaba9f7579aef45
Would it be possible to wait until bits 6 and 7 of the status register were clear, set both of those bits to mark the MSU-1 as busy, write the...