Skip to content

Commit c9c0276

Browse files
rickrick
rick
authored and
rick
committed
integrate hidapi and libusb
1 parent 55c246c commit c9c0276

32 files changed

+1101
-171
lines changed

Diff for: .gitmodules

+15
Original file line numberDiff line numberDiff line change
@@ -535,3 +535,18 @@
535535
[submodule "submodules/wg-dynamic"]
536536
path = submodules/wg-dynamic
537537
url = https://github.com/WireGuard/wg-dynamic
538+
[submodule "submodules/submodules/occurences.c"]
539+
path = submodules/submodules/occurences.c
540+
url = https://github.com/stephenmathieson/occurrences.c
541+
[submodule "meson/submodules/httpd"]
542+
path = meson/submodules/httpd
543+
url = https://github.com/mariokonrad/httpd
544+
[submodule "submodules/httpd"]
545+
path = submodules/httpd
546+
url = https://github.com/mariokonrad/httpd
547+
[submodule "submodules/libusb"]
548+
path = submodules/libusb
549+
url = https://github.com/libusb/libusb
550+
[submodule "submodules/hidapi"]
551+
path = submodules/hidapi
552+
url = https://github.com/libusb/hidapi

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TESTS_LIST_LOG_FILE = $(shell pwd)/.tests-list.log
1616
TESTS_SUITES_LOG_FILE=$(shell pwd)/.tests-suites.log
1717
TESTS_TESTS_LOG_FILE=$(shell pwd)/.tests-tests.log
1818
##############################################################
19-
TIDIED_FILES = deps*/*.c deps*/*.h term*/*.c term*/*.h ctable*/*.c ctable*/*.h *table*/*.c *table*/*.h gumbo-test/*.c gumbo-test/*.h cgif-test/*.c *-test/*.c *-test/*.h chan-test/*.c chan-test/*.h \
19+
TIDIED_FILES = deps*/*.c deps*/*.h term*/*.c term*/*.h ctable*/*.c ctable*/*.h *table*/*.c *table*/*.h cgif-test/*.c *-test/*.c *-test/*.h chan-test/*.c chan-test/*.h \
2020
introspect-test/*.c introspect-test/*.h \
2121
introspect/*.c introspect/*.h \
2222
reproc-test/*.c reproc-test/*.h \

0 commit comments

Comments
 (0)