]> sigrok.org Git - sigrok-util.git/commit
sigrok-cross-mingw: move libusb1 manipulation out of "MXE fixes"
authorGerhard Sittig <redacted>
Sat, 26 Feb 2022 10:48:40 +0000 (11:48 +0100)
committerGerhard Sittig <redacted>
Sat, 26 Feb 2022 10:55:39 +0000 (11:55 +0100)
commitca121a83b883db5547108740b875d87a9ad4c92a
tree97f5a22a3833542d5c8ddb57628eec6069170c0b
parent754b6dffe1c47007abc6f06f8cd99b329aca6b9b
sigrok-cross-mingw: move libusb1 manipulation out of "MXE fixes"

Factor the libusb1 related tweaking out of the "MXE fixes" patch file.
It is assumed that binutils and glib issues are rather different from
the libusb manipulation. A separate libusb patch also simplifies its
maintenance.

Add comments discussing how the "event abstraction" branch reference
may have become obsolete when libusb1 1.0.24 was released. Which only
leaves RAW_IO as an essential motivation for a modified version (which
is also being submitted towards mainline libusb).
cross-compile/mingw/README
cross-compile/mingw/libusb1_upgrade.patch [new file with mode: 0644]
cross-compile/mingw/mxe_fixes.patch