Skip to content

Commit

Permalink
fix libusb version.
Browse files Browse the repository at this point in the history
set to aa633daaac

Signed-off-by: Frank Li <[email protected]>
  • Loading branch information
nxpfrankli committed Jun 6, 2023
1 parent fd9b548 commit 0f8362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libusb
Submodule libusb updated 49 files
+0 −21 .github/workflows/msys2_clang32.yml
+0 −21 .github/workflows/msys2_clang64.yml
+0 −8 .gitignore
+0 −1 .private/ci-container-build.sh
+7 −4 .private/wbs.txt
+1 −2 README
+3 −31 configure.ac
+1 −1 examples/dpfp.c
+2 −2 examples/fxload.c
+1 −1 examples/hotplugtest.c
+1 −1 examples/listdevs.c
+1 −1 examples/sam3u_benchmark.c
+1 −1 examples/testlibusb.c
+11 −67 examples/xusb.c
+0 −7 libusb/Makefile.am
+82 −243 libusb/core.c
+0 −247 libusb/descriptor.c
+2 −3 libusb/hotplug.c
+18 −28 libusb/io.c
+1 −14 libusb/libusb-1.0.def
+65 −236 libusb/libusb.h
+4 −6 libusb/libusbi.h
+8 −28 libusb/os/darwin_usb.c
+0 −626 libusb/os/emscripten_webusb.cpp
+0 −49 libusb/os/events_posix.c
+11 −17 libusb/os/linux_usbfs.c
+3 −3 libusb/os/netbsd_usb.c
+5 −1 libusb/os/threads_posix.c
+4 −10 libusb/os/windows_common.c
+0 −9 libusb/os/windows_common.h
+0 −1 libusb/os/windows_usbdk.c
+72 −252 libusb/os/windows_winusb.c
+8 −12 libusb/os/windows_winusb.h
+2 −7 libusb/sync.c
+1 −1 libusb/version_nano.h
+7 −7 msvc/Base.props
+2 −2 msvc/Configuration.Base.props
+0 −6 msvc/Configuration.DynamicLibrary.props
+0 −32 msvc/ProjectConfigurations.Base.props
+2 −2 msvc/config.h
+1 −268 msvc/libusb.sln
+0 −35 msvc/set_option.vcxproj
+0 −33 msvc/stress_mt.vcxproj
+2 −6 tests/Makefile.am
+0 −155 tests/init_context.c
+0 −240 tests/set_option.c
+14 −17 tests/stress.c
+0 −169 tests/stress_mt.c
+2 −2 tests/umockdev.c

0 comments on commit 0f8362f

Please sign in to comment.