Peter Dons Tychsen
Peter Dons Tychsen
Going forward, the ARM64 platform will become more popular. Update the system to support building this target.
Hi Libusb, As always thanks for your great library. I have been porting some old applications from libusb-0.1 to libusb-1.x. This works great for e.g. Linux, where int, bulk and...
Found during the investigation of: https://github.com/mcuee/libusb-win32/issues/51 @dontech Well, I quickly modified my loopback test program for handling multiple transfers at once, but it doesn't show the issue... The difference in...
According to this: https://learn.microsoft.com/en-us/windows-hardware/drivers/usbcon/usb-bandwidth-allocation The MaximumTransferSize value is deprecated and replaced by discrete values. A bit silly that Microsoft will not support the information in pipe policy without replacing it...
Self-signing has not worked in a long time, as the signing rules have changed. Update the makefiles to support this.
As pointed out, the current documentation is either wrong or lacking. At least detail how to: 1) Build using Visual Studio 2) Build using command line "build.cmd"
A few patches to add more ARM64 support for libwdi
Hello Ger, I get the following in VS2019: sched_setscheduler.c(65,60): warning C4244: 'function': conversion from 'pid_t' to 'DWORD', possible loss of data sched_getscheduler.c(63,62): warning C4244: 'function': conversion from 'pid_t' to 'DWORD',...
Microsoft has decided in their wisdom to stop providing access to older EWDK, which makes libusb-win32 unbuildable. https://learn.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads So we need to support the latest EWDK, and rebuild everything using...