mcuee
mcuee
This PR does not seem to work. Test device is the same as the one used in Issue #274. The FW is a mod of Jan Axelson's FX2HID example and...
HID Report Descriptor. ``` ReportDscr: db 06h, 0A0h, 0FFh ; Usage Page (FFA0h, vendor defined) db 09h, 01h ; Usage (vendor defined) db 0A1h, 01h ; Collection (Application) db 09h,...
Let me try again. ``` mcuee@UbuntuSwift3 ~/build/cyusb/fxload_libusb (master)$ sudo ./fxload -v -t fx2lp -I ./fx2hid.hex -D /dev/bus/usb/003/019 microcontroller type: fx2lp single stage: load on-chip memory open RAM hexfile image ./fx2hid.hex...
Same problem under FreeBSD 14.1 Release. This is with a physical machine, Chuwi mini PC, Intel J4125 CPU, 8GB/256GB configuration. Without this PR, hidapi git has the problem mentioned in...
If I use the original fx2hid example (loop back of two bytes output report and input report), it seems to me this PR works fine. But that just means this...
Just want to make sure the FW works fine, here is the test under Windows (native Windows HID backend). Original fx2hid FW. ``` C:\work\libusb\hidapitester [main ≡ +6 ~0 -0 !]>...
@Be-ing and @JoergAtGithub Just wondering if you can carry out the test using your test device with long reports as well. Thanks.
@sudobash1 Just wondering which test device you are using. Thanks. I am using two test devices, one is a simple EZ-USB FX2LP board which is pretty cheap from many places....
There are also github action build failure. ``` Run make install [ 12%] Building C object src/linux/CMakeFiles/hidapi_hidraw.dir/hid.c.o [ 25%] Linking C shared library libhidapi-hidraw.so [ 25%] Built target hidapi_hidraw [...
> I lost track on this one a bit. Can someone remind where do we stand right now? Except for failing CI - are there active change requests/fixes? It just...