[libwdi-devel] libwdi 1.5.0 and Zadig 2.8 have been released
Windows Driver Installer library for USB devices
Brought to you by:
pbatard
From: Pete B. <pb...@gm...> - 2023-03-01 18:19:16
|
I kind of forgot that this mailing list still exists, so I might as well use it once in a while... ;) New features: ------------- - ARM64 driver installation support (WinUSB, USBSer with MSVC only) Bugfixes: --------- - fix MSVC compilation of the shared library - fix MinGW compilation when using the shared library (with thanks to Joel Holdsworth) Improvements: ------------- - avoid symbol conflicts by using library specific prefixes where needed - improve Zadig network support Also, Zadig has now been updated to embed the latest libusb-win32 driver (v1.2.7.3) and should be able to install ARM64 versions of WinUSB and USBSer. Note that ARM64 support still requires x86 emulation on the ARM64 platform, as Zadig and the libraries are still compiled exclusively as x86 applications (I am not planning to produce native ARM64 versions at this stage). Also, only MSVC compilation can produce an ARM64 compatible version of the library or of the examples, since MinGW is missing the ability to produce ARM64 code, which we need for the underlying installer. Enjoy! /Pete |