Detect host OS based on USB fingerprint (#18463)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ruslan Sayfutdinov
2022-12-09 03:45:30 +11:00
committed by GitHub
co-authored by Drashna Jaelre Nick Brassel
parent e06f50c489
commit 85ee55ff3b
15 changed files with 448 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
os_detection_DEFS := -DOS_DETECTION_ENABLE
os_detection_SRC := \
$(QUANTUM_PATH)/os_detection/tests/os_detection.cpp \
$(QUANTUM_PATH)/os_detection.c