Hello
I'm writing to get some help regarding USB device on my?CH32V203G6U6
I'm porting/implementing HID touchscreen and found that on Linux all works fine, I have multitouch but issue is on Windows
I have found that fix was done on Teensy but USB stack is much different for WCH and if some can help me understand and how to change this on WCH USB LIB
This is their fix:
also one part is explained here
And I know in WCH USB lfile: usb_core.c (or something else) we need to change it but I'm not so familiar with it so would be nice if someone can help me please
Also my base for doing this was sample from EVT: ch32v20x/EVT/EXAM/USB/USBD/CompositeKM
Thanks