Results 83 comments of Hansem Ro

This is broken because the qmp commands did not return anything. In the current QEMU master branch @ https://github.com/qemu/qemu/blob/9a99f964b152f8095949bbddca7841744ad418da/hmp-commands-info.hx#L336-L359, we can see that only `info usb` is handled (by https://github.com/qemu/qemu/commit/fc30920731470a44c69c8359be45b72ac7314fb6)...

I replaced call to `info usbhost` with pyusb/libusb1 device queries to get port number here: https://github.com/hansemro/hotplugger/commit/8f3443ad28a5852cf8c7269746efc813be0c7b60

Latest changes include moving paste action to a new thread so that main thread is not blocked.

I am interested in this effort! I started working on support for Pro S RGB, but ran into issues along the way. From my testing poking around USB with python...

@ciarancoffey No further progress on fixing USB writes with Pro S RGB as I did not get a replacement keyboard.

@ciarancoffey Picked up one Pro S RGB and one Pro L White for cheap. I am going to learn from my mistake and avoid directly wiping my board before I...

Managed to dump Pro L White bootloader and firmware without much difficulty. Documented here: https://github.com/mateuszradomski/re-masterkeys/issues/3. FW Patch + dump can be found here: https://github.com/hansemro/re-masterkeys/tree/Pro_L_White/binaries/Pro_L_White pok3rtool with this patch should be...

The glaring difference between my failed pok3rtool flash attempt and OEM software is that I did not encode firmware before writing. I did not notice this since I was not...

Firmware patch for Pro S RGB is confirmed working on my (unlocked; previously-bricked) Pro S RGB with modified Vortex Core bootloader. Relevant commit: https://github.com/hansemro/re-masterkeys/commit/d5290eea057872d1318e6a2c73e9d700c03f3d1f Now I just need to flash...

Yup. Fixed firmware flashing with https://github.com/hansemro/pok3rtool/commit/11b822daccf6230801e9e4c1574e27bc54f884a1. Did a firmware upgrade from 1.1.5 to 1.2.2. Flashing patched firmware (from 1.2.2): ``` $ pok3rtool_cm -t prosrgb flash 1.2.3 ProSRGB_fw_patched.bin --ok Opened MasterKeys...