Andrey Konovalov

Results 70 comments of Andrey Konovalov

> @xairy I pushed some changes to make it work with the in-kernel raw_gadget module. I also fixed a bunch of issues I encountered trying to make some basic proxying...

> I overlooked that, but I'll have to think about it. Currently the call to request data from the device has a timeout based on the endpoint update period, which...

> It's working in all my tests. My target is my mouse and I also did some testing with a thumbdrive. I only use dummy_hdc. Tested a mouse and a...

The code is starting to look good from the Raw Gadget point of view (there are a few more clean-ups to be done, but I'll just do them later myself...

Could you also squash all changes into one and rebease onto the `main` branch? (But you can keep adding new ones as new patches to make it easier to see...

Made a PR with fixes and improvements: #164. @antoinevg please look at that one when you get a chance.

Hi, thank you for reporting the issue! Which host/OS did you use when you encountered the `USB_DT_DEBUG` issue? This is quite an unusual descriptor to be requested, so I'm curious....

Try turning on [debugging output for Raw Gadget](http://github.com/xairy/raw-gadget?tab=readme-ov-file#troubleshooting) and see if you get any error messages in the kernel log. And you can also add extra debugging print calls into...

Added a note with a bit more details [here](https://github.com/xairy/raw-gadget?tab=readme-ov-file#invalid-argument).

If you don't see any new messages in dmesg, that's likely because your distro disabled showing debug messages. Try adjusting `/proc/sys/kernel/printk`.